Ajout d'un } pour fixer les erreurs
This commit is contained in:
@ -8,6 +8,7 @@ public class Joueur {
|
||||
public Joueur() {
|
||||
this.nom = null;
|
||||
this.couleur = null;
|
||||
}
|
||||
|
||||
public Joueur(String n, String c) {
|
||||
nom = n;
|
||||
|
Reference in New Issue
Block a user