Decoration type 2.1 JSON

This commit is contained in:
2024-03-30 14:57:36 -04:00
parent 71300f189d
commit f9c0a9c3b5
+2 -2
View File
@@ -557,10 +557,10 @@ public class Enum {
} }
} }
// Enum for ItemBase flags // Enum for Item type flags
public enum ItemType { public enum ItemType {
UNKNOWN, DECORATION,
WEAPON, WEAPON,
ARMOR, ARMOR,
BASE, BASE,