35 lines
395 B
Lua
35 lines
395 B
Lua
local BattlePassConfig = {
|
|
__count = 1,
|
|
__indexs = {1},
|
|
__values = {-5.2,3,2,-5.31,80,71841,61938172},
|
|
__fields = {
|
|
'Id',
|
|
'BuyId',
|
|
'TaskTabName',
|
|
'TaskCount',
|
|
'TaskTabCount',
|
|
'StageSection'
|
|
},
|
|
__defaults = {
|
|
19,
|
|
{20},
|
|
18,
|
|
3,
|
|
{1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17}
|
|
},
|
|
__refs = {
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil
|
|
},
|
|
__refPoss = {
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil,
|
|
nil
|
|
},
|
|
}
|
|
return BattlePassConfig |