Exemplo n.º 1
0
 public override bool Proc(EntityParent theOwner)
 {
     //Mogo.Util.LoggerHelper.Debug("AI:" + "FollowOwner");
     theOwner.ProcFollowOwner();
     return true;
 }