project: Rev 204

This commit is contained in:
Owain van Brakel
2022-03-23 14:15:28 +01:00
parent 14d41dd9a4
commit 3834b46aee
532 changed files with 61751 additions and 59895 deletions

View File

@@ -3,23 +3,23 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("nf")
@ObfuscatedName("ol")
@Implements("Link")
public class Link {
@ObfuscatedName("e")
@ObfuscatedName("g")
@ObfuscatedSignature(
descriptor = "Lnf;"
descriptor = "Lol;"
)
@Export("previous")
public Link previous;
@ObfuscatedName("r")
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "Lnf;"
descriptor = "Lol;"
)
@Export("next")
public Link next;
@ObfuscatedName("c")
@ObfuscatedName("v")
@Export("remove")
public void remove() {
if (this.next != null) { // L: 8