mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
33 lines
1.1 KiB
Java
33 lines
1.1 KiB
Java
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static175 {
|
|
|
|
@OriginalMember(owner = "client!nm", name = "P", descriptor = "[I")
|
|
public static int[] npcSpawnsFileIds;
|
|
|
|
@OriginalMember(owner = "client!nm", name = "W", descriptor = "Lclient!na;")
|
|
public static JagString url;
|
|
|
|
@OriginalMember(owner = "client!nm", name = "S", descriptor = "[Lclient!km;")
|
|
public static final Npc[] npcs = new Npc[32768];
|
|
|
|
@OriginalMember(owner = "client!nm", name = "U", descriptor = "I")
|
|
public static int mapFilesMissingCount = 0;
|
|
|
|
@OriginalMember(owner = "client!nm", name = "Y", descriptor = "J")
|
|
public static long firstGc = 0L;
|
|
|
|
@OriginalMember(owner = "client!nm", name = "bb", descriptor = "Lclient!na;")
|
|
public static final JagString aClass100_798 = Static28.parse("<col=ff0000>");
|
|
|
|
@OriginalMember(owner = "client!nm", name = "a", descriptor = "(Z)V")
|
|
public static void method3279() {
|
|
if (Static267.anInt5775 > 0) {
|
|
Static278.processLogout();
|
|
} else {
|
|
Static233.aClass95_4 = Protocol.socket;
|
|
Protocol.socket = null;
|
|
Static196.setGameState(40);
|
|
}
|
|
}
|
|
}
|