mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
21
client/src/main/java/rt4/Static67.java
Normal file
21
client/src/main/java/rt4/Static67.java
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public final class Static67 {
|
||||
|
||||
@OriginalMember(owner = "client!fe", name = "lc", descriptor = "[Lclient!qf;")
|
||||
public static Sprite[] mapfuncs;
|
||||
|
||||
@OriginalMember(owner = "client!fe", name = "I", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_639 = JagString.parse(" ");
|
||||
|
||||
@OriginalMember(owner = "client!fe", name = "R", descriptor = "Z")
|
||||
public static boolean prevFocus = true;
|
||||
|
||||
@OriginalMember(owner = "client!fe", name = "lb", descriptor = "[I")
|
||||
public static final int[] anIntArray320 = new int[100];
|
||||
|
||||
@OriginalMember(owner = "client!fe", name = "nc", descriptor = "[Lclient!hj;")
|
||||
public static final GoSubFrame[] callStack = new GoSubFrame[50];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue