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")
int getHeight();
@Import("third")
@Import("first")
@Override
RSEntity getBottom();
@@ -26,7 +26,7 @@ public interface RSGroundItemPile extends ItemLayer
@Override
RSEntity getMiddle();
@Import("first")
@Import("third")
@Override
RSEntity getTop();