Beispiel #1
0
 public void ResizeBoard(int numRowsAndCols)
 {
     tilesManager.ResizeBoard(numRowsAndCols);
     NewGame();
 }