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