Esempio n. 1
0
 public void setGameWon()
 {
     gameWon = true;
     spawner.setSpawnState(false);
     ui.restartButton.gameObject.SetActive(true);
 }