NONE is not needed for a BitSet. 0 is just empty.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user