Changement

This commit is contained in:
Paul Gross
2020-05-11 15:25:59 +02:00
parent 1137478053
commit f2ebbd627a
6 changed files with 16 additions and 14 deletions

View File

@ -238,8 +238,8 @@ public class Joueur {
return joueurs;
}
public boolean choisir() {
return this.plateau.choisir(this);
public boolean choisir(Contexte activerEffetLieu) {
return this.plateau.choisir(this, activerEffetLieu);
}
public Object choisir(List<?> adjacents,Class cls) {