1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

added comment

This commit is contained in:
grilledham 2019-01-06 20:56:36 +00:00
parent 84597ea1fe
commit e57d34cfe2

View File

@ -6,7 +6,7 @@ local Public = {}
local init_event_name = -1 local init_event_name = -1
local load_event_name = -2 local load_event_name = -2
Public.runtime = false Public.runtime = false -- Set to true after on_init or on_load has finished.
-- map of event_name to handlers[] -- map of event_name to handlers[]
local event_handlers = {} local event_handlers = {}