c1_lua/lua/app/config/recovery.lua
2023-04-19 20:50:41 +08:00

11 lines
130 B
Lua

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