setStat Joueur
This commit is contained in:
@ -19,7 +19,7 @@ public class CartePersonnage extends CarteCondition {
|
||||
this.condition=condition;
|
||||
}
|
||||
|
||||
//m<EFBFBD>thodes
|
||||
//méthodes
|
||||
|
||||
public void utiliser() {};
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user