sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame contribute delete
171 Bytes
if Platform.editor then
for _, file in ipairs(io.listfiles("CommonLua/Libs/Volumes/Editor")) do
if not file:ends_with("__load.lua") then
dofile(file)
end
end
end