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