示例#1
0
文件: NPC.cs 项目: sbt-tbs/BaseCase
 public virtual void ChooseBehavior()
 {
     behaviors.GuardBehavior(this);
 }