예제 #1
0
 // Called when exiting the game is desired, exiting the game
 public void ExitGame()
 {
     ScoreControl.CommitScore("User");
     ScoreControl.Save();
     Application.Quit();
 }