New _genTables collection defined.

This commit is contained in:
2023-08-06 17:44:30 -04:00
parent f8b09b5f33
commit 14e7b0395c
2 changed files with 32 additions and 0 deletions
+4
View File
@@ -27,6 +27,10 @@ public enum LootManager {
LOOTMANAGER;
// Newer tables
public static final HashMap<Integer, ArrayList<GenTableEntry>> _genTables = new HashMap<>();
//new tables
public static final HashMap<Integer, GenTable> generalItemTables = new HashMap<>();
public static final HashMap<Integer, ItemTable> itemTables = new HashMap<>();