示例#1
0
 public virtual void OnLeaveState()
 {
     if (m_Actor != null)
     {
         m_Actor.LeaveState(this);
     }
 }