mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
22
client/src/main/java/Static99.java
Normal file
22
client/src/main/java/Static99.java
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public final class Static99 {
|
||||
|
||||
@OriginalMember(owner = "client!hk", name = "Y", descriptor = "I")
|
||||
public static int anInt2550;
|
||||
|
||||
@OriginalMember(owner = "client!hk", name = "bb", descriptor = "[I")
|
||||
public static int[] anIntArray239;
|
||||
|
||||
@OriginalMember(owner = "client!hk", name = "W", descriptor = "Lclient!ih;")
|
||||
public static final Class69 aClass69_64 = new Class69();
|
||||
|
||||
@OriginalMember(owner = "client!hk", name = "db", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_529 = Static28.method790("::wm3");
|
||||
|
||||
@OriginalMember(owner = "client!hk", name = "eb", descriptor = "Z")
|
||||
public static boolean aBoolean143 = true;
|
||||
|
||||
@OriginalMember(owner = "client!hk", name = "fb", descriptor = "[I")
|
||||
public static final int[] anIntArray240 = new int[25];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue