Might be easier to not put this under my package since my tools dont expect it there

This commit is contained in:
Adam
2016-03-06 17:10:29 -05:00
parent d73a52b9fb
commit ec6fb4bc11
225 changed files with 1 additions and 224 deletions

View File

@@ -0,0 +1,34 @@
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("fh")
public class class158 implements class111 {
@ObfuscatedName("j")
public static final class158 field2605 = new class158(1, 0);
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = 1336464981
)
public final int field2606;
@ObfuscatedName("a")
public static final class158 field2607 = new class158(3, 2);
@ObfuscatedName("i")
public static final class158 field2608 = new class158(2, 3);
@ObfuscatedName("l")
public static final class158 field2609 = new class158(0, 1);
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = 1256696199
)
final int field2610;
@ObfuscatedName("j")
public int vmethod3121() {
return this.field2610;
}
class158(int var1, int var2) {
this.field2606 = var1;
this.field2610 = var2;
}
}