Merge branch 'runelite' of https://github.com/open-osrs/runelite into runelite

This commit is contained in:
Kyle
2021-02-27 15:41:12 +00:00

View File

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