Exemplo n.º 1
0
 protected void Update()
 {
     if (Input.GetKeyDown(KeyCode.Escape))
     {
         App.ExitGame();
     }
 }
Exemplo n.º 2
0
 public void ClickQuit()
 {
     App.ExitGame();
 }
Exemplo n.º 3
0
 public void ClickConfirmGameOver()
 {
     App.ExitGame();
 }