update client to rev 183

This commit is contained in:
ThatGamerBlue
2019-09-12 14:00:01 +01:00
parent 0446151736
commit 12c08b271a
342 changed files with 41159 additions and 41468 deletions

View File

@@ -3,23 +3,23 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("fk")
@ObfuscatedName("fx")
@Implements("Link")
public class Link {
@ObfuscatedName("s")
@ObfuscatedName("c")
@ObfuscatedSignature(
signature = "Lfk;"
signature = "Lfx;"
)
@Export("previous")
public Link previous;
@ObfuscatedName("j")
@ObfuscatedName("x")
@ObfuscatedSignature(
signature = "Lfk;"
signature = "Lfx;"
)
@Export("next")
public Link next;
@ObfuscatedName("s")
@ObfuscatedName("c")
@Export("remove")
public void remove() {
if (this.next != null) {