1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-22 03:38:48 +02:00
2019-05-08 15:38:53 +02:00

8 lines
126 B
Lua

local function spectate_button()
end
local function on_gui_click()
end
event.add(defines.events.on_gui_click, on_gui_click)