Beispiel #1
0
 public void DrawDebug()
 {
     if (_currentState != null)
     {
         if (!_currentState.IsPaused && !_currentState.IsComplete)
         {
             _currentState.DrawDebug();
         }
     }
 }