示例#1
0
 public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.CheckPointDistance(this.pointID, this.comparisonOperator1, this.range1, this.comparisonOperator2, this.range2, this.logicalOperator));
 }