Fix itempile imports

This commit is contained in:
Lucas
2019-06-11 19:30:12 +02:00
parent 1d75874f3e
commit bd1a5d14a1

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();