Beispiel #1
0
 public void QuitButtonHandler()
 {
     gameplay.EndGameSession();
     animator.SetTrigger(Constants.Animation.MainMenu.ExitGameQuit);
     UpdatePlayButtonText();
 }