2021-03-05 20:56:47 -05:00

13 lines
304 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("chip")
include("tools")
include("bricks")
include("dungeon")
include("hints")