Merge branch 'master' of https://gitarero.ecam.fr/c.delmont-magazzeni/OOP_2A3_Project.git
This commit is contained in:
commit
89e1c93a76
|
|
@ -14,7 +14,6 @@ public class Piece {
|
|||
this.type = type;
|
||||
}
|
||||
|
||||
|
||||
public int getX() {
|
||||
return x;
|
||||
}
|
||||
|
|
@ -23,15 +22,6 @@ public class Piece {
|
|||
return y;
|
||||
}
|
||||
|
||||
public void setX(int x) {
|
||||
this.x = x;
|
||||
}
|
||||
|
||||
public void setY(int y) {
|
||||
this.y = y;
|
||||
}
|
||||
|
||||
|
||||
public PieceType getType() {
|
||||
|
||||
return type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue