holostorage/items.lua

8 lines
173 B
Lua
Raw Permalink Normal View History

2018-04-08 14:11:39 +00:00
-- holostorage items
2018-04-07 18:32:41 +00:00
-- Drives
2018-04-08 14:11:39 +00:00
dofile(holostorage.modpath.."/items/storage_disk.lua")
-- Crafting Components
dofile(holostorage.modpath.."/items/crafting_components.lua")