Esempio n. 1
0
 /// <summary>
 /// Terminate the current match / no winners
 /// </summary>
 public void TerminateMatch()
 {
     if (CurrentMatch != null)
     {
         CurrentMatch.Terminate();
     }
 }