Browse Source

Enum updated from .exe

feature-config-parsing2
MagicBot 3 months ago
parent
commit
c31409d26f
  1. 6
      src/engine/mbEnums.java

6
src/engine/mbEnums.java

@ -3038,9 +3038,11 @@ public class mbEnums {
public enum AreaType { public enum AreaType {
NONE, NONE,
POINTBLANK,
SPHERE, SPHERE,
CONE; POINTBLANK,
LINE,
CONE,
WALL;
} }
public enum ExcludeType { public enum ExcludeType {

Loading…
Cancel
Save