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