Reimplemented all input QOL changes as a plugin

This commit is contained in:
ceikry 2022-07-16 12:37:57 -05:00 committed by Ceikry
parent 3e12a9115d
commit 4377d4958e
7 changed files with 219 additions and 40 deletions

View file

@ -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) {