Ejemplo n.º 1
0
 public void EndGame()
 {
     // End game
     SceneSwitcher.EndGame();
 }
Ejemplo n.º 2
0
 // Quit the game
 public void QuitButton()
 {
     quitSound.Post(gameObject);
     SceneSwitcher.EndGame();
 }