Beispiel #1
0
 private static void EndGame()
 {
     Debug.Log("Game Ended");
     _gameOver = true;
     WaveSpawner.EndWave();
 }