Ejemplo n.º 1
0
 public void QuitGame()
 {
     try
     {
         SaveGame();
         DataLog.StopLog();
         Application.Quit();
     }
     catch (Exception e)
     {
         Application.Quit();
     }
 }