public override bool Condition(IAIProc theOwner) { return(theOwner.CheckRandom(mRandom)); }
public override bool Proc(IAIProc theOwner) { return(theOwner.CheckRandom(this.nRandom)); }