Case fix in elements

This commit is contained in:
2024-02-11 08:34:05 -05:00
parent cc8f817006
commit 9be32a3ebf
+4 -4
View File
@@ -1496,10 +1496,10 @@ public class Enum {
}
public enum ClassType {
FIGHTER(SexType.NONE),
HEALER(SexType.NONE),
ROGUE(SexType.NONE),
MAGE(SexType.NONE),
FighterR(SexType.NONE),
Healer(SexType.NONE),
Rogue(SexType.NONE),
Mage(SexType.NONE),
Assassin(SexType.NONE),
Barbarian(SexType.NONE),
Bard(SexType.NONE),