Exemple #1
0
 protected void Update()
 {
     if (Input.GetKeyDown(KeyCode.Escape))
     {
         App.ExitGame();
     }
 }
Exemple #2
0
 public void ClickQuit()
 {
     App.ExitGame();
 }
 public void ClickConfirmGameOver()
 {
     App.ExitGame();
 }