Ejemplo n.º 1
0
 def __init__(self, username):
     Player.__init__(self, username, 50)
Ejemplo n.º 2
0
 def __init__(self, username):
     Player.__init__(self, username, health=50)