Example #1
0
 public void BackButton()
 {
     networkController.CancelGame();
 }
 public void QuitButtonPressed()
 {
     networkController.CancelGame();
 }