Exemplo n.º 1
0
 public PerformerRoundPlayed(MinesweeperGame game)
 {
     StatusOfGame       = game.StatusOfGame;
     displayedBoard     = game.DisplayedBoard;
     actualBoardContent = game.ActualBoardContent;
     this.game          = game;
 }
Exemplo n.º 2
0
 public GameStarter(MinesweeperGame game) =>
 this.game = game;