setStat Joueur
This commit is contained in:
@ -13,9 +13,9 @@ public class ActionAltererStatistiquesJoueur {
|
||||
this.ajouter = ajouter;
|
||||
}
|
||||
|
||||
public affecter(Joueur j1, Joueur j2)
|
||||
public void affecter(Joueur j1, Joueur j2)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -6,12 +6,11 @@ public abstract class Effet {
|
||||
|
||||
private Action action;
|
||||
|
||||
public Effet()
|
||||
public Effet(Action action)
|
||||
{
|
||||
|
||||
this.action = action;
|
||||
}
|
||||
|
||||
|
||||
public abstract void utiliser(Joueur joueur);
|
||||
|
||||
|
||||
|
@ -16,5 +16,7 @@ public class EffetCiblerAdjacents extends EffetTarget{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user