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