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