mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Reimplemented all input QOL changes as a plugin
This commit is contained in:
parent
3e12a9115d
commit
4377d4958e
7 changed files with 219 additions and 40 deletions
|
|
@ -18,7 +18,7 @@ public class plugin extends Plugin {
|
|||
private boolean isEnabled;
|
||||
private boolean isVerbose;
|
||||
|
||||
private ArrayList<Integer> activeVarps = new ArrayList<>();
|
||||
private final ArrayList<Integer> activeVarps = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
public void ComponentDraw(int componentIndex, Component component, int screenX, int screenY) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue