Push next version of WMD

This commit is contained in:
Zontreck 2022-10-12 23:50:06 -07:00
parent 689485e337
commit b8a065590c
10 changed files with 427 additions and 6 deletions

View file

@ -21,6 +21,9 @@ public class ItemRegistry {
}
}
public class Health {
}
public Map<String,Map<Integer, Item>> CachedItems;
public ItemRegistry()