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

@@ -2,10 +2,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("ds")
@ObfuscatedName("di")
@Implements("AbstractSound")
public abstract class AbstractSound extends Node {
@ObfuscatedName("n")
@ObfuscatedName("u")
@Export("position")
int position;