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.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
@@ -11,25 +10,19 @@ public class Task {
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lfl;"
|
||||
)
|
||||
@Export("next")
|
||||
Task next;
|
||||
@ObfuscatedName("i")
|
||||
@Export("status")
|
||||
public volatile int status;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1774016279
|
||||
)
|
||||
@Export("type")
|
||||
int type;
|
||||
@ObfuscatedName("x")
|
||||
@Export("intArgument")
|
||||
public int intArgument;
|
||||
@ObfuscatedName("w")
|
||||
@Export("objectArgument")
|
||||
Object objectArgument;
|
||||
@ObfuscatedName("g")
|
||||
@Export("result")
|
||||
public volatile Object result;
|
||||
|
||||
Task() {
|
||||
|
||||
Reference in New Issue
Block a user