示例#1
0
 def __init__(self, coords, name=None, player=None):
     Troop.__init__(self, coords, name, player)
示例#2
0
文件: squad.py 项目: Aluriak/TIA
 def __init__(self, coords, name=None, player=None):
     Troop.__init__(self, coords, name, player)