project: Rev update

This commit is contained in:
Owain van Brakel
2019-11-28 16:31:53 +01:00
parent 34f8560da9
commit 74726ae17a
343 changed files with 41411 additions and 41094 deletions

View File

@@ -1,25 +1,25 @@
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("hm")
@ObfuscatedName("hy")
@Implements("Strings")
public class Strings {
@ObfuscatedName("bd")
public static String field2797;
@ObfuscatedName("cb")
public static String field3006;
@ObfuscatedName("jw")
public static String field2894;
@ObfuscatedName("jt")
public static String field3013;
@ObfuscatedName("jn")
public static String field3014;
@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 {
field2797 = "Please visit the support page for assistance.";
field3006 = "Please visit the support page for assistance.";
field2894 = "";
field3013 = "Page has opened in a new window.";
field3014 = "(Please check your popup blocker.)";
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.)";
}
}