Beispiel #1
0
 private void Start()
 {
     gameSMController = GetComponent <GameSMController>();
     if (gameSMController != null)
     {
         gameSMController.Init(this);
     }
 }
Beispiel #2
0
 void Start()
 {
     leaderBoard.Setup();
     optionsMng.Init(soundManager);
     gameSM.Init(this);
 }