Exemplo n.º 1
0
 new void Start()
 {
     base.Start();
     if (GameControllerCommon.instance != null && GameControllerCommon.instance is GameControllerArena)
     {
         gca = (GameControllerArena)GameControllerCommon.instance;
     }
 }
Exemplo n.º 2
0
 void Start()
 {
     gameController = GameControllerCommon.instance as GameControllerArena;
     gameController.scoreboard.Callback += OnScoreChange;
 }
Exemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     gc = (GameControllerArena)GameControllerCommon.instance;
 }
Exemplo n.º 4
0
 // Start is called before the first frame update
 void Start()
 {
     gc         = (GameControllerArena)GameControllerCommon.instance;
     timer.text = returnTimerAsText(gc.timeLeftSeconds);
 }