Ejemplo n.º 1
0
 public PlayerMoveHandler(Main.GameMaster mainGame, CommProtocol prot, BoardLogic board)
 {
     this.mainGame = mainGame;
     this.protocol = prot;
     this.board    = board;
 }
Ejemplo n.º 2
0
 public override void initProtocol(Game.CommProtocol protocol)
 {
     this.protocol = (Othello.CommProtocol)protocol;
 }