PlateauTest

This commit is contained in:
Paul Gross
2020-04-21 15:27:27 +02:00
parent 9d298ba9c1
commit e61c63ab38
24 changed files with 232 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ public class Georges extends Unique{
//constructeur
public Georges(String nom, int hp, Joueur joueur) {
super(nom, hp, joueur);
super(nom, nom, hp, joueur);
this.setCondition(new WinConditionHunter());
}