Пример #1
0
 /// <summary>
 /// Will reset the current timer to begin again.
 /// </summary>
 public void resetGUI()
 {
     timer.TimeLeft = totalTime;
     TimerActive    = true;
     healthUI.restoreHealth();
 }