mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-14 14:38:04 +11:00
9 lines
152 B
Lua
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
|