1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Remove todo

This commit is contained in:
Matthew Heguy 2019-02-21 14:32:27 -05:00
parent 184d5fa56d
commit 2a397163bc

View File

@ -1,10 +1,3 @@
--[[
Create table of tables, each holding the last event of a particular type:
last_triggers = {
on_player_joined = {event},
on_player_left = {event}
}
]]
local Event = require 'utils.event' local Event = require 'utils.event'
local Global = require 'utils.global' local Global = require 'utils.global'
local table = require 'utils.table' local table = require 'utils.table'