rsc: please read the commit message for my neverending descent into madness

how do i stop making castles
every time i go to the beach i make a castle
every time i open blender i model castles
every time i play chess i castle
i just cant stop making castles dude
This commit is contained in:
ThatGamerBlue
2021-02-26 00:33:45 +00:00
parent 62df7e0ff1
commit 563587e6b0
346 changed files with 84175 additions and 82557 deletions

View File

@@ -7,24 +7,24 @@ import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("mr")
@Implements("RunException")
public class RunException extends RuntimeException {
@ObfuscatedName("n")
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("d")
@ObfuscatedGetter(
intValue = 1196724945
)
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("y")
@Export("message")
String message;
@ObfuscatedName("h")
@Export("throwable")
Throwable throwable;
@ObfuscatedName("n")
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("d")
@ObfuscatedGetter(
intValue = 1196724945
)
@Export("RunException_revision")
public static int RunException_revision;
@ObfuscatedName("y")
@Export("message")
String message;
@ObfuscatedName("h")
@Export("throwable")
Throwable throwable;
RunException(Throwable var1, String var2) {
this.message = var2;
this.throwable = var1;
}
RunException(Throwable var1, String var2) {
this.message = var2; // L: 27
this.throwable = var1; // L: 28
} // L: 29
}