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