Exemplo n.º 1
0
 /// <summary>
 /// Call to open confirm panel when the user want to exit current tournament
 /// Please set current score using <code>ScoreNow</code> when the user choose to exit the tournament
 /// </summary>
 public void TacoOpenEndPlayGame(System.Action callback = null)
 {
     TacoManager.CloseAllModals();
     TacoManager.OpenModalEndPlayingPanel(TacoConfig.EndTournamentHeader, TacoConfig.EndTournamentConfirm, callback);
 }