public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.MoveByForwardInThinkCount(this.thinkCount));
 }