예제 #1
0
파일: RandomNode.cs 프로젝트: yh821/Zombie
 public override bool Condition(IAIProc theOwner)
 {
     return(theOwner.CheckRandom(mRandom));
 }
예제 #2
0
 public override bool Proc(IAIProc theOwner)
 {
     return(theOwner.CheckRandom(this.nRandom));
 }