Exemplo n.º 1
0
 /**
  * This is only intended for extracting information from the hexes for the map initialization
  *
  * @pre None
  * @return Hex[][]
  */
 public Hex[][] getMapHexes() {
   return board.getMapHexes();
 }