public string ChargerXML(Joueur joueur, MonstreDescription monstre, ItemDescription item, string endroit) { throw new NotImplementedException(); }
public Aventure(int IdAventure, string NomAventure) { this.IdAventure = IdAventure; this.NomAventure = NomAventure; joueur = new Joueur(); }
public Partie() { Joueur joueur = new Joueur(); }