rs-client: remove Export annotations
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@@ -6,10 +5,8 @@ import net.runelite.mapping.ObfuscatedName;
|
||||
@Implements("Skills")
|
||||
public class Skills {
|
||||
@ObfuscatedName("k")
|
||||
@Export("Skills_enabled")
|
||||
public static final boolean[] Skills_enabled;
|
||||
@ObfuscatedName("s")
|
||||
@Export("Skills_experienceTable")
|
||||
public static int[] Skills_experienceTable;
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user