Update RSClient.java

This commit is contained in:
ThatGamerBlue
2019-06-11 12:24:25 +01:00
committed by GitHub
parent 01d7294289
commit b49a56b7ea

View File

@@ -995,4 +995,10 @@ public interface RSClient extends RSGameShell, Client
@Import("mouseRecorder")
RSMouseRecorder getMouseRecorder();
@Import("selectedSpellName")
String getSelectedSpellName();
@Import("isSpellSelected")
boolean getIsSpellSelected();
}