chore: revision 189

This commit is contained in:
ThatGamerBlue
2020-03-26 14:17:06 +00:00
parent 60b7d0413f
commit acd339fd70
392 changed files with 43289 additions and 42917 deletions

View File

@@ -3,23 +3,23 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("fq")
@ObfuscatedName("gt")
@Implements("Link")
public class Link {
@ObfuscatedName("c")
@ObfuscatedName("x")
@ObfuscatedSignature(
signature = "Lfq;"
signature = "Lgt;"
)
@Export("previous")
public Link previous;
@ObfuscatedName("t")
@ObfuscatedName("m")
@ObfuscatedSignature(
signature = "Lfq;"
signature = "Lgt;"
)
@Export("next")
public Link next;
@ObfuscatedName("c")
@ObfuscatedName("x")
@Export("remove")
public void remove() {
if (this.next != null) {