This commit is contained in:
hujiabin 2024-03-21 21:04:30 +08:00
parent bafbe05c5a
commit 0be6669690

View File

@ -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):