mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
Consolidated a bunch of static classes
This commit is contained in:
parent
cf6a86e926
commit
774d382816
260 changed files with 4163 additions and 4536 deletions
|
|
@ -11,6 +11,8 @@ public final class MouseRecorder implements Runnable {
|
|||
public static MouseRecorder instance;
|
||||
@OriginalMember(owner = "client!tm", name = "e", descriptor = "Z")
|
||||
public static boolean enabled = false;
|
||||
@OriginalMember(owner = "client!oe", name = "a", descriptor = "I")
|
||||
public static int mouseRecorderPrevY = 0;
|
||||
@OriginalMember(owner = "client!jd", name = "e", descriptor = "Z")
|
||||
public boolean running = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue