passage de noms players controller ->^plateaucontroller

This commit is contained in:
Chiara
2020-04-22 12:34:16 +02:00
parent fd6904f58a
commit 0ae1d3e242
5 changed files with 152 additions and 84 deletions

View File

@ -194,5 +194,9 @@ public class Joueur {
public CarteLieu getCarteLieu() {
return this.carteLieu;
}
public String getNom() {
return this.nom;
}
}