Enum updated from .exe

This commit is contained in:
2024-08-18 14:13:27 -04:00
parent 00d6e4f819
commit c31409d26f
+4 -2
View File
@@ -3038,9 +3038,11 @@ public class mbEnums {
public enum AreaType {
NONE,
POINTBLANK,
SPHERE,
CONE;
POINTBLANK,
LINE,
CONE,
WALL;
}
public enum ExcludeType {