예제 #1
0
 /// <summary>
 /// For the given time calculate if the meat is finished.
 /// </summary>
 /// <param name="seconds">Elapsed time</param>
 public void TimeElapsed(int seconds)
 {
     CurrentRound.TimeElapsed(seconds);
 }