@@ -14,12 +14,12 @@ public class Config
1414 [ Description ( "Preset locations where workstations will be automatically spawned" ) ]
1515 public PresetConfig [ ] PresetConfigs { get ; set ; } =
1616 {
17- new ( RoomName . HczArmory , new ( 1.1f , 0f , 2.1f ) , new ( 0f , 180f , 0f ) , Vector3 . one ) ,
18- new ( RoomName . EzIntercom , new ( - 5.4f , 0f , - 1.8f ) , Vector3 . zero , Vector3 . one ) ,
19- new ( RoomName . EzIntercom , new ( - 6.9f , - 5.8f , 1.2f ) , new ( 0f , 90f , 0f ) , new ( 1f , 1f , 0.7f ) ) ,
20- new ( RoomName . HczWarhead , new ( 2f , - 72.4f , 8.5f ) , Vector3 . zero , Vector3 . one ) ,
21- new ( RoomName . Lcz914 , new ( - 1.9f , 0f , 5.5f ) , new ( 0f , 90f , 0f ) , Vector3 . one ) ,
22- new ( RoomName . Lcz914 , new ( - 6.2f , 0f , 3.1f ) , new ( 0f , 180f , 0f ) , Vector3 . one )
17+ new ( RoomName . HczArmory , new Vector3 ( 1.1f , 0f , 2.1f ) , new Vector3 ( 0f , 180f , 0f ) , Vector3 . one ) ,
18+ new ( RoomName . EzIntercom , new Vector3 ( - 5.4f , 0f , - 1.8f ) , Vector3 . zero , Vector3 . one ) ,
19+ new ( RoomName . EzIntercom , new Vector3 ( - 6.9f , - 5.8f , 1.2f ) , new Vector3 ( 0f , 90f , 0f ) , new Vector3 ( 1f , 1f , 0.7f ) ) ,
20+ new ( RoomName . HczWarhead , new Vector3 ( 2f , - 72.4f , 8.5f ) , Vector3 . zero , Vector3 . one ) ,
21+ new ( RoomName . Lcz914 , new Vector3 ( - 1.9f , 0f , 5.5f ) , new Vector3 ( 0f , 90f , 0f ) , Vector3 . one ) ,
22+ new ( RoomName . Lcz914 , new Vector3 ( - 6.2f , 0f , 3.1f ) , new Vector3 ( 0f , 180f , 0f ) , Vector3 . one )
2323 } ;
2424
2525 [ Description ( "List of camera workstation configurations including their positions, rotations, and scales" ) ]
@@ -30,7 +30,7 @@ public class Config
3030 } ;
3131
3232 [ Description ( "Roles that are prohibited from interacting with camera workstations" ) ]
33- public RoleTypeId [ ] ProhibitedRoles { get ; set ; } = [ ] ;
33+ public RoleTypeId [ ] ProhibitedRoles { get ; set ; } = { } ;
3434
3535 [ Description ( "The translations used" ) ] public Translation Translations { get ; set ; } = new ( ) ;
3636}
0 commit comments