Exemple #1
0
def createPlayer(name):
    db.newPlayer(name)
Exemple #2
0
def createPlayer(name, avatar):
    db.newPlayer(name, avatar)