Fin menu
This commit is contained in:
@@ -7,6 +7,9 @@ public class Grille implements Serializable {
|
||||
private int colonnes;
|
||||
private int mines;
|
||||
|
||||
public int getLignes() { return this.lignes; }
|
||||
public int getColonnes() { return this.colonnes; }
|
||||
|
||||
|
||||
public Grille(int l, int c, int m) {
|
||||
this.lignes = l;
|
||||
|
||||
Reference in New Issue
Block a user