c1_lua/lua/app/config/recovery.lua
2023-04-07 22:23:00 +08:00

11 lines
130 B
Lua

local recovery = {
[3]={
["type"]=1,
["time"]=900,
["limit"]=30
}
}
local config = {
data=recovery,count=1
}
return config