Beispiel #1
0
 /// <summary>
 /// Marks a new step.
 /// </summary>
 public static void NewStep()
 {
     Stepping = true;
     StepCount++;
     if (StepTimer.ActionReady)
     {
         StepTimer.PerformAction();
     }
 }