mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
27
client/src/main/java/Static62.java
Normal file
27
client/src/main/java/Static62.java
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public final class Static62 {
|
||||
|
||||
@OriginalMember(owner = "client!f", name = "P", descriptor = "[I")
|
||||
public static int[] anIntArray150;
|
||||
|
||||
@OriginalMember(owner = "client!f", name = "W", descriptor = "Lclient!fi;")
|
||||
public static Class44 aClass44_1;
|
||||
|
||||
@OriginalMember(owner = "client!f", name = "ab", descriptor = "[[I")
|
||||
public static int[][] anIntArrayArray11;
|
||||
|
||||
@OriginalMember(owner = "client!f", name = "T", descriptor = "[S")
|
||||
public static short[] aShortArray19 = new short[256];
|
||||
|
||||
@OriginalMember(owner = "client!f", name = "V", descriptor = "I")
|
||||
public static int anInt1938 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!f", name = "Z", descriptor = "I")
|
||||
public static int anInt1941 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!f", name = "h", descriptor = "(I)I")
|
||||
public static int method1483() {
|
||||
return 15;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue