Exemplo n.º 1
0
 public void GenerateRandomField(int width, int height) =>
 Cells = CellListGenerator.GenerateRandom(width, height);
Exemplo n.º 2
0
 public void GenerateDefault(int width, int height) =>
 Cells = CellListGenerator.Generate(width, height);