manon
2 months ago
commit
cb73f9e8eb
1 changed files with 4 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
from random import randint |
||||
|
class Personnage: |
||||
|
def __init__(self, nom, pdv, exp, cat inventaire): |
||||
|
self. |
Loading…
Reference in new issue