project: rev 199
This commit is contained in:
37
runescape-client/src/main/java/class301.java
Normal file
37
runescape-client/src/main/java/class301.java
Normal file
@@ -0,0 +1,37 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("kr")
|
||||
public class class301 {
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lkr;"
|
||||
)
|
||||
static final class301 field3783;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lkr;"
|
||||
)
|
||||
static final class301 field3781;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lkr;"
|
||||
)
|
||||
static final class301 field3782;
|
||||
@ObfuscatedName("md")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Ljd;"
|
||||
)
|
||||
@Export("mousedOverWidgetIf1")
|
||||
static Widget mousedOverWidgetIf1;
|
||||
|
||||
static {
|
||||
field3783 = new class301();
|
||||
field3781 = new class301();
|
||||
field3782 = new class301();
|
||||
}
|
||||
|
||||
class301() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user