boosts info: fix

This commit is contained in:
ThatGamerBlue
2020-04-09 17:07:11 +01:00
parent 5c857fb35b
commit a001d1def2
2 changed files with 16 additions and 8 deletions

View File

@@ -1164,4 +1164,7 @@ public interface RSClient extends RSGameShell, Client
@Import("draggedWidgetY")
int getDraggedWidgetY();
@Import("changedSkills")
int[] getChangedSkillLevels();
}