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("ObjectNode")
|
||||
public class ObjectNode extends Node {
|
||||
@ObfuscatedName("z")
|
||||
@Export("obj")
|
||||
public final Object obj;
|
||||
|
||||
public ObjectNode(Object var1) {
|
||||
|
||||
Reference in New Issue
Block a user