Example #1
0
 public void PauseDuel()
 {
     if (StartTimer != null)
     {
         StartTimer.Stop();
     }
 }