removed var n
This commit is contained in:
parent
b1305e9728
commit
0463a29d8d
|
|
@ -7,7 +7,6 @@ public class Board {
|
||||||
private int width;
|
private int width;
|
||||||
private int height;
|
private int height;
|
||||||
private int turn;
|
private int turn;
|
||||||
private int n;
|
|
||||||
private int selectedX = -1;
|
private int selectedX = -1;
|
||||||
private int selectedY = -1;
|
private int selectedY = -1;
|
||||||
public Board(int colNum, int lineNum) {
|
public Board(int colNum, int lineNum) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue