mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-15 23:45:14 -06:00
Some of these are "incorrect" - I wanted to decrease the # of static classes first by grouping them if they're slightly related. Then I'll do a second pass in each class to reorganize later.
42 lines
1.7 KiB
Java
42 lines
1.7 KiB
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static191 {
|
|
|
|
@OriginalMember(owner = "client!pg", name = "fb", descriptor = "I")
|
|
public static final int anInt4506 = 50;
|
|
|
|
@OriginalMember(owner = "client!pg", name = "P", descriptor = "[Lclient!na;")
|
|
public static final JagString[] aClass100Array132 = new JagString[anInt4506];
|
|
|
|
@OriginalMember(owner = "client!pg", name = "Q", descriptor = "[I")
|
|
public static final int[] anIntArray384 = new int[anInt4506];
|
|
|
|
@OriginalMember(owner = "client!pg", name = "R", descriptor = "[I")
|
|
public static final int[] anIntArray385 = new int[anInt4506];
|
|
|
|
@OriginalMember(owner = "client!pg", name = "T", descriptor = "[I")
|
|
public static final int[] anIntArray386 = new int[] { 76, 8, 137, 4, 0, 1, 38, 2, 19 };
|
|
|
|
@OriginalMember(owner = "client!pg", name = "V", descriptor = "I")
|
|
public static final int anInt4504 = 50;
|
|
|
|
@OriginalMember(owner = "client!pg", name = "Z", descriptor = "[I")
|
|
public static final int[] anIntArray387 = new int[anInt4506];
|
|
|
|
@OriginalMember(owner = "client!pg", name = "cb", descriptor = "[I")
|
|
public static final int[] anIntArray389 = new int[anInt4506];
|
|
|
|
@OriginalMember(owner = "client!pg", name = "db", descriptor = "Lclient!na;")
|
|
public static final JagString ASSISTREQ = JagString.parse(":assistreq:");
|
|
|
|
@OriginalMember(owner = "client!pg", name = "eb", descriptor = "[I")
|
|
public static final int[] anIntArray390 = new int[anInt4506];
|
|
|
|
@OriginalMember(owner = "client!pg", name = "kb", descriptor = "[I")
|
|
public static final int[] anIntArray391 = new int[anInt4506];
|
|
|
|
@OriginalMember(owner = "client!pg", name = "lb", descriptor = "[I")
|
|
public static final int[] anIntArray392 = new int[anInt4506];
|
|
}
|