rs-client: remove Export annotations

This commit is contained in:
therealnull
2020-10-04 20:53:17 -04:00
parent 74f628c10c
commit 19859b66ae
322 changed files with 64 additions and 3704 deletions

View File

@@ -1,4 +1,3 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@@ -10,16 +9,13 @@ public class VarcInt extends DualNode {
@ObfuscatedSignature(
descriptor = "Lic;"
)
@Export("VarcInt_archive")
public static AbstractArchive VarcInt_archive;
@ObfuscatedName("k")
@ObfuscatedSignature(
descriptor = "Lel;"
)
@Export("VarcInt_cached")
static EvictingDualNodeHashTable VarcInt_cached;
@ObfuscatedName("s")
@Export("persist")
public boolean persist;
static {