mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 02:20:22 -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/Class3_Sub9.java
Normal file
27
client/src/main/java/Class3_Sub9.java
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!ea")
|
||||
public final class Class3_Sub9 extends Class3 {
|
||||
|
||||
@OriginalMember(owner = "client!ea", name = "s", descriptor = "[I")
|
||||
public static final int[] anIntArray135 = new int[32];
|
||||
|
||||
@OriginalMember(owner = "client!ea", name = "t", descriptor = "[B")
|
||||
public final byte[] aByteArray17;
|
||||
|
||||
static {
|
||||
@Pc(10) int local10 = 2;
|
||||
for (@Pc(12) int local12 = 0; local12 < 32; local12++) {
|
||||
anIntArray135[local12] = local10 - 1;
|
||||
local10 += local10;
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ea", name = "<init>", descriptor = "([B)V")
|
||||
public Class3_Sub9(@OriginalArg(0) byte[] arg0) {
|
||||
this.aByteArray17 = arg0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue