Case fix in elements

This commit is contained in:
2024-02-11 08:35:03 -05:00
parent 9be32a3ebf
commit 7fcbfba7e0
+1 -1
View File
@@ -1496,7 +1496,7 @@ public class Enum {
}
public enum ClassType {
FighterR(SexType.NONE),
Fighter(SexType.NONE),
Healer(SexType.NONE),
Rogue(SexType.NONE),
Mage(SexType.NONE),