Merge pull request #2954 from open-osrs/hotkeypressed-+-thiev-plugin

add: hotkeypressed
This commit is contained in:
ThatGamerBlue
2021-02-27 00:54:21 +00:00
committed by GitHub

View File

@@ -91,4 +91,8 @@ public abstract class HotkeyListener implements KeyListener
public void hotkeyPressed()
{
}
protected void hotkeyReleased()
{
}
}