示例#1
0
 public override bool Condition(IAIProc theOwner)
 {
     return(theOwner.CheckRandom(mRandom));
 }
示例#2
0
 public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.CheckRandom(this.nRandom));
 }