Ejemplo n.º 1
0
 protected List<GameItem> getItemsAtHex(Tuple hex) {
   return _mapPane.getGameItems(hex);
 }