Пример #1
0
 public State_01_Scene(SimpleStateController Control) : base(Control)
 {
     SceneName = "State_01";
 }
Пример #2
0
 public State_00_Main(SimpleStateController Control) : base(Control)
 {
     SceneName = "01_Main";
 }
Пример #3
0
 // Use this for before the initialization
 private void Awake()
 {
     DontDestroyOnLoad(this);
     Control = new SimpleStateController();
 }