1
0
mirror of https://github.com/Adorable-Catgirl/Zorya-NEO.git synced 2024-09-21 10:48:50 +10:00
Zorya-NEO/lib/fs_arcfs/init.lua
2020-03-15 11:43:42 -05:00

11 lines
197 B
Lua

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