c1_lua/lua/app/config/strings/pt/mall_daily.lua
2023-04-03 10:59:13 +08:00

33 lines
213 B
Lua

local mall_daily = {
[1001]={
},
[1002]={
},
[1003]={
},
[1004]={
},
[1005]={
},
[2001]={
},
[2002]={
},
[2003]={
},
[2004]={
}
}
local config = {
data=mall_daily,count=9
}
return config