removed var n

This commit is contained in:
Jérôme BEDIER 2025-05-06 15:49:49 +02:00
parent b1305e9728
commit 0463a29d8d
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ public class Board {
private int width;
private int height;
private int turn;
private int n;
private int selectedX = -1;
private int selectedY = -1;
public Board(int colNum, int lineNum) {