public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.CheckTargetDistance(this.comparisonOperator1, this.range1, this.comparisonOperator2, this.range2, this.logicalOperator));
 }