mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Identified Class114 as DisplayMode, reorganized some static methods
This commit is contained in:
parent
5f4a83c394
commit
c988509e8e
139 changed files with 1209 additions and 1383 deletions
|
|
@ -9,6 +9,9 @@ import org.openrs2.deob.annotation.Pc;
|
|||
@OriginalClass("client!uc")
|
||||
public abstract class MouseWheel {
|
||||
|
||||
@OriginalMember(owner = "client!eh", name = "j", descriptor = "I")
|
||||
public static int wheelRotation = 0;
|
||||
|
||||
@OriginalMember(owner = "client!dh", name = "a", descriptor = "(B)Lclient!uc;")
|
||||
public static MouseWheel create() {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue