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 { @@ -3038,9 +3038,11 @@ public class mbEnums {
public enum AreaType {
NONE,
POINTBLANK,
SPHERE,
CONE;
POINTBLANK,
LINE,
CONE,
WALL;
}
public enum ExcludeType {

Loading…
Cancel
Save