Consolidated a bunch of static classes

This commit is contained in:
Pazaz 2022-05-04 01:49:55 -04:00
parent cf6a86e926
commit 774d382816
260 changed files with 4163 additions and 4536 deletions

View file

@ -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;