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