Example #1
0
 //执行状态,每帧执行
 public void FrameFun()
 {
     if (_currentState != null)
     {
         _currentState.Execute();
     }
 }