示例#1
0
 public void Render()
 {
     if (_currentState == null)
     {
         return;
     }
     _currentState.Render();
 }