updated version end session1 Manon
This commit is contained in:
parent
1bac055331
commit
67832c4767
|
|
@ -30,4 +30,12 @@ public class Piece {
|
|||
return this.isWhite;
|
||||
}
|
||||
|
||||
public void setX(int x) {
|
||||
this.x = x;
|
||||
}
|
||||
|
||||
public void setY(int y) {
|
||||
this.y = y;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue