c1_lua/lua/app/config/strings/fpt/func_open.lua
xiekaidong c89eb8ef3f 禁锢
2023-05-26 18:08:05 +08:00

36 lines
301 B
Lua

local func_open = {
["bounty"]={
},
["task"]={
},
["act_level_gift"]={
},
["idle_drop"]={
},
["act_sevenday"]={
},
["mall"]={
},
["mall_daily"]={
},
["store_box"]={
},
["store_box_3"]={
},
["daily_challenge"]={
}
}
local config = {
data=func_open,count=10
}
return config