コード例 #1
0
ファイル: MainMenu.cs プロジェクト: BearNoodles/GoblinGiblets
 public void EndGame()
 {
     // End game
     SceneSwitcher.EndGame();
 }
コード例 #2
0
 // Quit the game
 public void QuitButton()
 {
     quitSound.Post(gameObject);
     SceneSwitcher.EndGame();
 }