This commit is contained in:
Paul Gross
2020-04-22 14:10:31 +02:00
parent e38fe54ad7
commit 3b78dc8b4a
9 changed files with 12 additions and 16 deletions

View File

@ -31,8 +31,8 @@ public class Daniel extends CartePersonnage{
this.setCondition(winCondition);
}
public void utiliser() {
this.getJoueur().reveal();
}
}