Merge pull request #7 from PHIDIAS0303/main

Main
This commit is contained in:
2025-01-14 13:36:05 +09:00
committed by GitHub

View File

@@ -34,5 +34,6 @@ script = {
---@param data table Table with extra data that will be passed to the event handler. Any invalid LuaObjects will silently stop the event from being raised.
raise_event = function(event, data) end;
}
---@class LuaObject:userdata
--https://github.com/justarandomgeek/vscode-factoriomod-debug/issues/165