File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Assets/JCSUnity/Scripts/Settings Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ public class JCS_NetworkSettings
2525
2626 [ Header ( "** Check Variables (JCS_NetworkSettings) **" ) ]
2727
28- [ Tooltip ( @"Current mode this client in, should be update by
29- the server!" ) ]
28+ [ Tooltip ( @"Current mode this client in, should be update by the server!" ) ]
3029 public JCS_ClientMode CLIENT_MODE = JCS_ClientMode . LOGIN_SERVER ;
3130
3231 [ Tooltip ( "On switching the server?" ) ]
@@ -35,8 +34,7 @@ public class JCS_NetworkSettings
3534 [ Tooltip ( "Flag to check if is force switching the server." ) ]
3635 public bool FORCE_SWITCH_SERVER = false ;
3736
38-
39- [ Header ( "** Online Game Configuration **" ) ]
37+ [ Header ( "- Online Game Configuration" ) ]
4038
4139 [ Tooltip ( "Is the current game with online mode active?" ) ]
4240 public bool ONLINE_MODE = false ;
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public class JCS_UISettings
1919 {
2020 /* Variables */
2121
22- // no one care about how black screen look so i
23- // just make it unseen in the inspector.
22+ // No one care about how black screen look so I just make it unseen
23+ // in the inspector.
2424 public static string BLACK_SCREEN_PATH = "JCSUnity_Resources/LevelDesignUI/JCS_BlackScreen" ;
2525 public static string BLACK_SLIDE_SCREEN_PATH = "JCSUnity_Resources/LevelDesignUI/JCS_BlackSlideScreen" ;
2626 public static string BLACK_SCREEN_NAME = "JCS_BlackScreen" ;
You can’t perform that action at this time.
0 commit comments