if something is broken its probably this commit

This commit is contained in:
ThatGamerBlue
2021-02-13 21:33:06 +00:00
parent 93df4c9652
commit 3550d70e92
4 changed files with 50 additions and 19 deletions

View File

@@ -28,6 +28,10 @@ public interface RSTile extends Tile
@Override
GroundObject getGroundObject();
@Import("floorDecoration")
@Override
void setGroundObject(GroundObject object);
@Import("boundaryObject")
@Override
WallObject getWallObject();