mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
26
client/src/main/java/Static128.java
Normal file
26
client/src/main/java/Static128.java
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static128 {
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "r", descriptor = "[I")
|
||||
public static int[] anIntArray293;
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "u", descriptor = "I")
|
||||
public static int anInt3143;
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "q", descriptor = "Lclient!ih;")
|
||||
public static final Class69 aClass69_77 = new Class69();
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "t", descriptor = "[I")
|
||||
public static final int[] anIntArray294 = new int[] { 0, 0, 2, 0, 0, 2, 1, 1, 0 };
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "b", descriptor = "(II)V")
|
||||
public static void method2481(@OriginalArg(1) int arg0) {
|
||||
if (arg0 == Static48.anInt1447) {
|
||||
@Pc(12) Interface4 local12 = Static2.anInterface4Array1[arg0];
|
||||
local12.method4604(Static158.anInt3857);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue