Example #1
0
 //设置AI
 protected void SetAiTarget(ICharactorAI theAiTarget)
 {
     CharactorAi = theAiTarget;
 }
 //设置AI
 public void SetAITarget(ICharactorAI theAITarget)
 {
     CharactorAI = theAITarget;
 }