Example #1
0
 public Cartes()
 {
     identifiantCarte = "";
     nomCarte         = "";
     antidote         = new Antidote();
     categorieCarte   = new Categorie();
 }
Example #2
0
 public CarteDefense()
 {
     pointsDefense    = 0;
     identifiantCarte = "";
     nomCarte         = "";
     antidote         = new Antidote();
     categorieCarte   = new Categorie();
 }
Example #3
0
 public CarteAttaque()
 {
     pointsMin        = 0;
     pointsMax        = 0;
     identifiantCarte = "";
     nomCarte         = "";
     antidote         = new Antidote();
     categorieCarte   = new Categorie();
 }