1
0
mirror of https://github.com/Adorable-Catgirl/Zorya-NEO.git synced 2024-11-14 14:38:04 +11:00
Zorya-NEO/lib/fs_arcfs/init.lua
Jane Roxanne 25779bd202 VFS time
2020-03-12 16:01:05 -05:00

9 lines
152 B
Lua

local arcfs = {}
function arcfs.make(arc)
local proxy = {}
local function ni()return nil, "not implemented"end
function proxy.exists(path)
end
end