예제 #1
0
 RandomMoveGenerator(HRSim.Playfield playfield)
 {
     this.playfield = playfield;
 }
예제 #2
0
파일: RandomPlayer.cs 프로젝트: shuyi3/AIPJ
 RandomMoveGenerator(HRSim.Playfield playfield) {
     this.playfield = playfield;
 }