This commit is contained in:
aozhiwei 2021-12-06 17:37:31 +08:00
parent a34fc1495b
commit a3334dd960

View File

@ -275,6 +275,7 @@ class RankingItem(object):
['diamond', 0, '钻石'],
['hero_id', 0, '当前使用的英雄ID'],
['rank', 0, '段位'],
['score', 0, '积分'],
]
class RankingList(object):