-- =================================================================== local modpath = castle.modpath local thisdir = modpath .. "/castle_gates" -- =================================================================== castle_gates = {} dofile (thisdir .. "/doc.lua" ) dofile (thisdir .. "/gate_functions.lua" ) dofile (thisdir .. "/gate_slots.lua" ) dofile (thisdir .. "/gates.lua" ) dofile (thisdir .. "/doors.lua" ) -- =================================================================== -- End of file.