Exemplo n.º 1
0
 public ValidityChecker(Game game, List <int> listToBeChecked)
 {
     this.listToBeChecked = listToBeChecked;
     this.game            = game;
     maxValue             = game.GetMaxValue();
     squareWidth          = game.SquareWidth;
     squareHeight         = game.SquareHeight;
 }