1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-22 03:38:48 +02:00
2021-03-24 20:14:55 +01:00

9 lines
145 B
Lua

--luacheck: ignore
local function spectate_button()
end
local function on_gui_click()
end
event.add(defines.events.on_gui_click, on_gui_click)