File size: 171 Bytes
b6a38d7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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