diff --git a/construct/scripts/executor.gd b/construct/scripts/executor.gd index 1d11c26..1f9651b 100644 --- a/construct/scripts/executor.gd +++ b/construct/scripts/executor.gd @@ -15,7 +15,7 @@ class Event: listening.remove_at(listening.find(callback)) func listen(callback: LuaFunction) -> void: - + pass func fire() -> void: for i in range(listening.size()): @@ -37,8 +37,6 @@ func setup() -> void: LuaState.Library.LUA_UTF8 | LuaState.Library.LUA_TABLE ) - - lua.globals.add_user_signal() func register_script(script: ConScript) -> void: lua.do_string(script.source)