Might be easier to not put this under my package since my tools dont expect it there
This commit is contained in:
35
src/main/java/class153.java
Normal file
35
src/main/java/class153.java
Normal file
@@ -0,0 +1,35 @@
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("el")
|
||||
public class class153 implements class111 {
|
||||
@ObfuscatedName("f")
|
||||
public static final class153 field2289 = new class153("game5", "Game 5", 4);
|
||||
@ObfuscatedName("a")
|
||||
public static final class153 field2291 = new class153("game3", "Game 3", 2);
|
||||
@ObfuscatedName("i")
|
||||
public static final class153 field2292 = new class153("game4", "Game 4", 3);
|
||||
@ObfuscatedName("l")
|
||||
public static final class153 field2293 = new class153("stellardawn", "Stellar Dawn", 1);
|
||||
@ObfuscatedName("m")
|
||||
public static final class153 field2294 = new class153("oldscape", "RuneScape 2007", 5);
|
||||
@ObfuscatedName("o")
|
||||
public final String field2295;
|
||||
@ObfuscatedName("j")
|
||||
public static final class153 field2296 = new class153("runescape", "RuneScape", 0);
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -804466889
|
||||
)
|
||||
final int field2298;
|
||||
|
||||
@ObfuscatedName("j")
|
||||
public int vmethod3121() {
|
||||
return this.field2298;
|
||||
}
|
||||
|
||||
class153(String var1, String var2, int var3) {
|
||||
this.field2295 = var1;
|
||||
this.field2298 = var3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user