Example #1
0
 public MoveHandler(Main.GameMaster mainGame, CommProtocol prot, BoardLogic board)
 {
     this.mainGame = mainGame;
     this.protocol = prot;
     this.board    = board;
 }