more RSClient refactoring

This commit is contained in:
Lucwousin
2019-07-10 00:02:08 +02:00
parent 02ba0bbe57
commit 91fbcf3d6b
83 changed files with 670 additions and 592 deletions

View File

@@ -9,8 +9,8 @@ import net.runelite.mapping.ObfuscatedSignature;
@Implements("RunException")
public class RunException extends RuntimeException {
@ObfuscatedName("m")
@Export("applet")
public static Applet applet;
@Export("RunException_applet")
public static Applet RunException_applet;
@ObfuscatedName("f")
@Export("localPlayerName")
public static String localPlayerName;