Merge branch 'development' of https://github.com/PTE-SH/ShadowHunterGame into development

This commit is contained in:
Paul Gross
2020-04-22 13:05:43 +02:00
5 changed files with 152 additions and 84 deletions

View File

@ -193,6 +193,10 @@ public class Joueur {
public CarteLieu getCarteLieu() {
return this.carteLieu;
}
public String getNom() {
return this.nom;
}
public void reveal() {
this.revele = true;