Enum work

This commit is contained in:
2024-08-17 15:58:48 -04:00
parent 387f75766f
commit d06ce44bd5
4 changed files with 26 additions and 8 deletions
+12
View File
@@ -3022,5 +3022,17 @@ public class mbEnums {
PREFIX,
SUFFIX;
}
public enum PowerType {
None,
SPELL,
SKILL;
}
public enum CostType {
HEALTH,
MANA,
STAMINA;
}
}