Hashmap to add to was added.

This commit is contained in:
2023-04-24 16:49:41 -04:00
parent 4d76014633
commit de7e3ba73d
+2 -2
View File
@@ -34,8 +34,8 @@ public enum BuildingManager {
BUILDINGMANAGER; BUILDINGMANAGER;
public static HashMap<Integer, ArrayList<BuildingLocation>> _stuckLocations; public static HashMap<Integer, ArrayList<BuildingLocation>> _stuckLocations = new HashMap<>();
public static HashMap<Integer, ArrayList<BuildingLocation>> _slotLocations; public static HashMap<Integer, ArrayList<BuildingLocation>> _slotLocations = new HashMap<>();
public static int getAvailableSlot(Building building) { public static int getAvailableSlot(Building building) {