Ejemplo n.º 1
0
 void Awake()
 {
     if (instance != null)
     {
         Destroy(this);
     }
     instance = this;
     GameManager.OnGameStart += customStart;
 }
Ejemplo n.º 2
0
 void Awake()
 {
     if (instance != null)
     {
         Destroy(this);
     }
     instance = this;
     GameManager.OnGameStart += customStart;
     TimerManager.instance.SetGameDescription("Kill");
 }