Exemple #1
0
 public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.MoveToFollowTarget(this.followTargetType, this.searchRange, this.startDistance, this.stopDistance));
 }
 public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.MoveToFollowTarget());
 }