added none check to enemy and notEnemy in mobbase

This commit is contained in:
2023-04-22 17:52:55 -05:00
parent 1d74643fe3
commit 344c5900b8
2 changed files with 8 additions and 4 deletions
-1
View File
@@ -50,7 +50,6 @@ public class Enum {
}
public enum MonsterType implements EnumBitSetHelper<MonsterType> {
None,
Aelfborn,
All,
Animal,