setStat Joueur

This commit is contained in:
Paul Gross
2020-04-17 15:33:19 +02:00
parent abee11dae3
commit 9b8fe03673
6 changed files with 13 additions and 8 deletions

View File

@ -19,7 +19,7 @@ public class CartePersonnage extends CarteCondition {
this.condition=condition;
}
//m<EFBFBD>thodes
//méthodes
public void utiliser() {};

View File

@ -10,13 +10,13 @@ public class Vampire extends CartePersonnage{
//this.setEffet(
//new EffetSelf( new ActionAltererStatistiquesJoueur("HP",2,true));
//);
//);
//
}
public void utiliser(Joueur j)
{
//this.getEffet().affecte(this.joueur)
//this.getEffet().utiliser()
}
//m<>thode