project: Revvvvvvvvvvvvv
This commit is contained in:
@@ -4,30 +4,30 @@ import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("qg")
|
||||
@ObfuscatedName("qy")
|
||||
@Implements("RunException")
|
||||
public class RunException extends RuntimeException {
|
||||
@ObfuscatedName("c")
|
||||
@Export("RunException_applet")
|
||||
public static Applet RunException_applet;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedName("l")
|
||||
@Export("localPlayerName")
|
||||
public static String localPlayerName;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 70250403
|
||||
intValue = -942468637
|
||||
)
|
||||
@Export("RunException_revision")
|
||||
public static int RunException_revision;
|
||||
@ObfuscatedName("s")
|
||||
@Export("clientType")
|
||||
public static int clientType;
|
||||
@ObfuscatedName("r")
|
||||
@Export("message")
|
||||
String message;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("o")
|
||||
@Export("throwable")
|
||||
Throwable throwable;
|
||||
|
||||
RunException(Throwable var1, String var2) {
|
||||
this.message = var2;
|
||||
this.throwable = var1;
|
||||
}
|
||||
this.message = var2; // L: 27
|
||||
this.throwable = var1; // L: 28
|
||||
} // L: 29
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user