Browse Source

Hashmap to add to was added.

master
MagicBot 2 years ago
parent
commit
de7e3ba73d
  1. 4
      src/engine/gameManager/BuildingManager.java

4
src/engine/gameManager/BuildingManager.java

@ -34,8 +34,8 @@ public enum BuildingManager { @@ -34,8 +34,8 @@ public enum BuildingManager {
BUILDINGMANAGER;
public static HashMap<Integer, ArrayList<BuildingLocation>> _stuckLocations;
public static HashMap<Integer, ArrayList<BuildingLocation>> _slotLocations;
public static HashMap<Integer, ArrayList<BuildingLocation>> _stuckLocations = new HashMap<>();
public static HashMap<Integer, ArrayList<BuildingLocation>> _slotLocations = new HashMap<>();
public static int getAvailableSlot(Building building) {

Loading…
Cancel
Save