示例#1
0
 public override void OnStateExit()
 {
     if (behaviour)
     {
         behaviour.BehaviourEnd();
     }
 }