mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2024-12-26 22:56:43 +02:00
9 lines
145 B
Lua
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)
|