rsc: please read the commit message for my neverending descent into madness
how do i stop making castles every time i go to the beach i make a castle every time i open blender i model castles every time i play chess i castle i just cant stop making castles dude
This commit is contained in:
@@ -7,28 +7,32 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@ObfuscatedName("fl")
|
||||
@Implements("Task")
|
||||
public class Task {
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lfl;"
|
||||
)
|
||||
@Export("next")
|
||||
Task next;
|
||||
@ObfuscatedName("y")
|
||||
@Export("status")
|
||||
public volatile int status = 0;
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -710231709
|
||||
)
|
||||
@Export("type")
|
||||
int type;
|
||||
@ObfuscatedName("z")
|
||||
@Export("intArgument")
|
||||
public int intArgument;
|
||||
@ObfuscatedName("e")
|
||||
@Export("objectArgument")
|
||||
Object objectArgument;
|
||||
@ObfuscatedName("q")
|
||||
@Export("result")
|
||||
public volatile Object result;
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "Lfl;"
|
||||
)
|
||||
@Export("next")
|
||||
Task next;
|
||||
@ObfuscatedName("y")
|
||||
@Export("status")
|
||||
public volatile int status;
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -710231709
|
||||
)
|
||||
@Export("type")
|
||||
int type;
|
||||
@ObfuscatedName("z")
|
||||
@Export("intArgument")
|
||||
public int intArgument;
|
||||
@ObfuscatedName("e")
|
||||
@Export("objectArgument")
|
||||
Object objectArgument;
|
||||
@ObfuscatedName("q")
|
||||
@Export("result")
|
||||
public volatile Object result;
|
||||
|
||||
Task() {
|
||||
this.status = 0; // L: 11
|
||||
} // L: 23
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user