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