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

9 lines
152 B
Lua
Raw Normal View History

2020-03-13 08:01:05 +11:00
local arcfs = {}
function arcfs.make(arc)
local proxy = {}
local function ni()return nil, "not implemented"end
function proxy.exists(path)
end
end