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