public SearchAlgorithms()
 {
     grid = new HexGrid();
     GenerateGrid();
 }
Пример #2
0
 public Distance()
 {
     grid = new HexGrid();
 }