File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
_BossFight/Scripts/Settings
_RunningCrush/Scripts/Managers Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1111/// <summary>
1212///
1313/// </summary>
14- public class BF_MessageSettings : JCS_Settings < BF_MessageSettings >
14+ public class BF_MessageSettings : JCS_Settings < BF_MessageSettings >
1515{
1616 /* Variables */
1717
Original file line number Diff line number Diff line change 66 * $Notice: See LICENSE.txt for modification and distribution information
77 * Copyright (c) 2016 by Shen, Jen-Chieh $
88 */
9- using UnityEngine ;
109using JCSUnity ;
1110
12- public class RC_GameManager : MonoBehaviour
11+ public class RC_GameManager : JCS_Manager < RC_GameManager >
1312{
1413 /* Variables */
1514
16- public static RC_GameManager instance = null ;
17-
1815 public int ORDER_LAYER_FOR_ALL_PLAYER = 4 ;
1916
2017 private bool mDoIgnoreOnce = false ;
Original file line number Diff line number Diff line change 1313/// <summary>
1414/// Hold all the UI that will interact with player.
1515/// </summary>
16- public class RC_UIManager : MonoBehaviour
16+ public class RC_UIManager : JCS_Manager < RC_UIManager >
1717{
1818 /* Variables */
1919
20- public static RC_UIManager instance = null ;
21-
2220 [ Separator ( "Runtime Variables (RC_UIManager)" ) ]
2321
2422 [ Tooltip ( "Panel when one player reach the goal." ) ]
You can’t perform that action at this time.
0 commit comments