NONE is not needed for a BitSet. 0 is just empty.

This commit is contained in:
2023-04-09 14:06:57 -04:00
parent ef6bb65e73
commit 6b62c90bc8
-1
View File
@@ -50,7 +50,6 @@ public class Enum {
} }
public enum MonsterType implements EnumBitSetHelper<MonsterType> { public enum MonsterType implements EnumBitSetHelper<MonsterType> {
NONE,
Aelfborn, Aelfborn,
All, All,
Animal, Animal,