1
This commit is contained in:
parent
ee31a8c76a
commit
da91ca92c3
@ -593,9 +593,9 @@ class RankingItemEx(object):
|
||||
def __init__(self):
|
||||
self.fields = [
|
||||
['ranked', 0, '排名'],
|
||||
['user', UserSimple(), '用户信息'],
|
||||
['guild', GuildEx(), '工会信息'],
|
||||
['value', 0, '存活时间 击杀数'],
|
||||
['user', UserSimple(), '用户信息(type为4是空数组)'],
|
||||
['guild', GuildEx(), '工会信息(无工会为空数组)'],
|
||||
['value', 0, '击杀数/吃鸡数/战斗场数/工会总Test_CEG收益'],
|
||||
['rewardNum', 0, '奖励'],
|
||||
['extraRewardNum', 0, '额外奖励'],
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user