1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00
ComfyFactorio/maps/biter_battles_v2/gui.lua
2019-03-14 04:25:54 +01:00

8 lines
133 B
Lua

local event = require 'utils.event'
local function on_gui_click(event)
end
event.add(defines.events.on_gui_click, on_gui_click)