public SearchAlgorithms()
 {
     grid = new HexGrid();
     GenerateGrid();
 }
Ejemplo n.º 2
0
 public Distance()
 {
     grid = new HexGrid();
 }