Example #1
0
 public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.MoveToPoint(x, z, range));
 }
 public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.MoveToPoint(this.x, this.z, this.range));
 }