예제 #1
0
 public void TournamentSubmitError(string results)
 {
     Debug.Log("TournamentSubmitError");
     TacoManager.CloseMessage();
     TacoManager.OpenModalTournamentCreationErrorPanel(results);
 }