26 lines
695 B
Java
26 lines
695 B
Java
import net.runelite.mapping.Implements;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
|
|
@ObfuscatedName("hy")
|
|
@Implements("Strings")
|
|
public class Strings {
|
|
@ObfuscatedName("bu")
|
|
public static String field2823;
|
|
@ObfuscatedName("cs")
|
|
public static String field2862;
|
|
@ObfuscatedName("jo")
|
|
public static String field2912;
|
|
@ObfuscatedName("jl")
|
|
public static String field3039;
|
|
@ObfuscatedName("js")
|
|
public static String field2786;
|
|
|
|
static {
|
|
field2823 = "Please visit the support page for assistance.";
|
|
field2862 = "Please visit the support page for assistance.";
|
|
field2912 = "";
|
|
field3039 = "Page has opened in a new window.";
|
|
field2786 = "(Please check your popup blocker.)";
|
|
}
|
|
}
|