Merge pull request #563 from Lucwousin/cmonddthenwepilehisass

Fix itempile imports
This commit is contained in:
Lucwousin
2019-06-11 20:06:27 +02:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ public interface RSGroundItemPile extends ItemLayer
@Import("height") @Import("height")
int getHeight(); int getHeight();
@Import("third") @Import("first")
@Override @Override
RSEntity getBottom(); RSEntity getBottom();
@@ -26,7 +26,7 @@ public interface RSGroundItemPile extends ItemLayer
@Override @Override
RSEntity getMiddle(); RSEntity getMiddle();
@Import("first") @Import("third")
@Override @Override
RSEntity getTop(); RSEntity getTop();