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