Update Client.java

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

View File

@@ -1652,5 +1652,8 @@ public interface Client extends GameShell
MouseRecorder getMouseRecorder();
void setPrintMenuActions(boolean b);
String getSelectedSpellName();
boolean getIsSpellSelected();
}