none to enum MonsterType

This commit is contained in:
2023-04-22 18:13:29 -05:00
parent a3170bfb4b
commit ae968211ab
3 changed files with 2 additions and 8 deletions
+1
View File
@@ -50,6 +50,7 @@ public class Enum {
}
public enum MonsterType implements EnumBitSetHelper<MonsterType> {
None,
Aelfborn,
All,
Animal,