示例#1
0
 public void ExitStates()
 {
     if (currentSubState != null)
     {
         currentSubState.ExitStates();
     }
     ExitState();
 }