added Tile getters/setters
parent
837651d0c6
commit
91178431c6
|
@ -8,4 +8,12 @@ public class Tile {
|
|||
this.color = color;
|
||||
this.shape = shape;
|
||||
}
|
||||
|
||||
public Color getColor() {
|
||||
return color;
|
||||
}
|
||||
|
||||
public Shape getShape() {
|
||||
return shape;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue