1
This commit is contained in:
parent
3fef9e1a91
commit
063d24c9c8
@ -322,7 +322,7 @@ class Award(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['!items', [AwardItem()], '奖励物品列表']
|
['!items', [AwardItem()], '奖励物品列表'],
|
||||||
['!heros', [Hero()], '英雄信息']
|
['!heros', [Hero()], '英雄信息']
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user