1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-16 10:19:27 +02:00
RedMew/map_gen/day_night_cycles/day_night_cycle.lua
2018-11-21 14:35:47 +01:00

12 lines
151 B
Lua

local Event = require 'utils.event'
-- Uncomment the desired day/night cycle
-- requires
-- requires
local function init()
end
Event.on_init(init)