Ejemplo n.º 1
0
 public void QuitGame()
 {
     Debug.Log("Quit");
     gm.Save();
     Time.timeScale = 1f;
     gm.QuitGame();
 }