1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00
ComfyFactorio/maps/wave_of_death/spectate.lua

9 lines
145 B
Lua
Raw Normal View History

2021-03-24 21:14:55 +02:00
--luacheck: ignore
2019-05-08 15:38:53 +02:00
local function spectate_button()
end
local function on_gui_click()
end
event.add(defines.events.on_gui_click, on_gui_click)