toUppercase()

This commit is contained in:
2024-02-26 15:30:16 -05:00
parent 1763266972
commit 2885457ea6
+1 -1
View File
@@ -564,7 +564,7 @@ public class Enum {
// Enum for ItemBase flags
public enum ItemType {
Unknown(0),
UNKNOWN(0),
WEAPON(1),
ARMOR(2),
BASE(3),