marvyn.meunier
1 year ago
commit
db28fc0601
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
class Personnage : |
|||
def __init__(self,nom,pdv,exp,cat,inventaire) |
|||
self.nom = nom |
|||
self.pdv = pdv |
|||
self.exp = exp |
|||
self.cat = cat |
Loading…
Reference in new issue