OC-Tsuki/ksrc/acl.lua

16 lines
170 B
Lua
Raw Normal View History

2020-05-24 15:06:37 +10:00
local acl = {}
do
local acl = struct({
meta = "B",
id = "H",
permname = "B"
})
local function acl_readstream(stream)
end
function acl.read(stream)
end
end