Update CustomClassHandler.hx

This commit is contained in:
Yoshman29
2023-04-02 03:39:21 +02:00
parent 0903718314
commit ffb1ee2523
-1
View File
@@ -38,7 +38,6 @@ class CustomClassHandler implements IHScriptCustomConstructor {
for(variable => value in interp.variables) {
if(variable == "this") continue;
trace(variable, value, Reflect.isFunction(value));
}
return _class;