OC-PsychOS2/lib/velx.lua
2020-06-03 15:06:58 -05:00

7 lines
81 B
Lua

local velx = package.loaded.velx or {}
function velx.parse(fd)
end
return velx