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> {
|
||||
NONE,
|
||||
Aelfborn,
|
||||
All,
|
||||
Animal,
|
||||
|
||||
Reference in New Issue
Block a user