Exemplo n.º 1
0
 public void Failed()
 {
     enemySpawn.StopSpwan();
     gameOverUI.SetActive(true);
     resultText.text = "GAME OVER";
 }