Retrieving cards

This commit is contained in:
Paul Gross
2020-05-06 14:39:43 +02:00
parent 70a214248d
commit 9885ed12ca
14 changed files with 371 additions and 215 deletions

View File

@ -57,4 +57,9 @@ public class ActionAltererStatistiquesJoueur extends Action{
public void setValeur(int valeur) {
this.valeur = valeur;
}
@Override
public String toString(){
return this.key+" "+this.valeur+" "+this.ajouter;
}
}