RSTile: setWallObject

This commit is contained in:
ImNoOSRS
2021-02-23 14:17:33 +01:00
parent d390a516dd
commit 8b12c2de3a
2 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ public interface RSTile extends Tile
@Import("boundaryObject")
@Override
WallObject getWallObject();
@Import("boundaryObject")
@Override
void setWallObject(WallObject object);
@Import("paint")
@Override