public override bool Condition(IAIProc theOwner) { return(theOwner.CheckSelf()); }
public override bool Proc(IAIProc theOwner) { return(theOwner.CheckSelf()); }