Merge remote-tracking branch 'runelite/master'

This commit is contained in:
ThatGamerBlue
2020-09-08 18:36:30 +01:00
38 changed files with 525 additions and 930 deletions

View File

@@ -26,4 +26,8 @@ public interface RSGraphicsObject extends GraphicsObject, RSEntity
@Import("height")
@Override
int getHeight();
@Import("isFinished")
@Override
boolean finished();
}