Esempio n. 1
0
 //更新AI
 protected void AiStateUpdate(List <ICharactor> targets)
 {
     CharactorAi.Update(targets);
 }
 //更新AI
 public void AIUpdate(List <ICharactor> targets)
 {
     CharactorAI.Update(targets);
 }