1
This commit is contained in:
parent
bafbe05c5a
commit
0be6669690
@ -166,8 +166,8 @@ class UserBattleInfo(object):
|
||||
|
||||
def __init__(self):
|
||||
self.fields = [
|
||||
['user_info', [UserInfo()], '用户信息'],
|
||||
['hero_info', [Hero()], '上阵英雄信息'],
|
||||
['user_info', UserInfo(), '用户信息'],
|
||||
['hero_info', Hero(), '上阵英雄信息'],
|
||||
]
|
||||
|
||||
class HonorInfo(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user