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,7 +5,6 @@ import net.runelite.mapping.ObfuscatedName;
|
||||
@Implements("IntegerNode")
|
||||
public class IntegerNode extends Node {
|
||||
@ObfuscatedName("z")
|
||||
@Export("integer")
|
||||
public int integer;
|
||||
|
||||
public IntegerNode(int var1) {
|
||||
|
||||
Reference in New Issue
Block a user