Enum work
This commit is contained in:
@@ -3022,5 +3022,17 @@ public class mbEnums {
|
||||
PREFIX,
|
||||
SUFFIX;
|
||||
}
|
||||
|
||||
public enum PowerType {
|
||||
None,
|
||||
SPELL,
|
||||
SKILL;
|
||||
}
|
||||
|
||||
public enum CostType {
|
||||
HEALTH,
|
||||
MANA,
|
||||
STAMINA;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user