示例#1
0
 void OnDestroy()
 {
     instance = null;
 }
示例#2
0
 public void StartAI(ActorBase actor)
 {
     this.actor = actor;
     aiConf     = DBActorAiTable.GetRecord(actor.actorConf.actorID);
     ChangeStatus(EmMyStatus.Idle);
 }
示例#3
0
 void Awake()
 {
     instance = this;
     Init();
 }