예제 #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)