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