mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
12
client/src/main/java/InterfaceList.java
Normal file
12
client/src/main/java/InterfaceList.java
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public class InterfaceList {
|
||||
@OriginalMember(owner = "client!p", name = "c", descriptor = "Lclient!ih;")
|
||||
public static final LinkedList lowPriorityRequests = new LinkedList();
|
||||
@OriginalMember(owner = "client!ch", name = "y", descriptor = "[Z")
|
||||
public static final boolean[] rectangleRedraw = new boolean[100];
|
||||
@OriginalMember(owner = "client!bn", name = "V", descriptor = "I")
|
||||
public static int anInt766 = 0;
|
||||
@OriginalMember(owner = "client!md", name = "W", descriptor = "I")
|
||||
public static int topLevelInterface = -1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue