コード例 #1
0
 //更新AI
 protected void AiStateUpdate(List <ICharactor> targets)
 {
     CharactorAi.Update(targets);
 }
コード例 #2
0
 //更新AI
 public void AIUpdate(List <ICharactor> targets)
 {
     CharactorAI.Update(targets);
 }