tile: add setter for ground object

This commit is contained in:
Adam
2021-01-30 11:10:05 -05:00
parent e3b0755385
commit 61f732d330

View File

@@ -61,6 +61,13 @@ public interface Tile
*/
GroundObject getGroundObject();
/**
* Sets the object on the ground layer of the tile.
*
* @param groundObject the ground object
*/
void setGroundObject(GroundObject groundObject);
/**
* Gets the wall of the tile.
*