1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00
ComfyFactorio/maps/wave_of_death/spectate.lua
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)