rsclient: rev 191

This commit is contained in:
ThatGamerBlue
2020-08-26 21:11:23 +01:00
parent 106de31a9d
commit b6ea56781c
354 changed files with 61347 additions and 61083 deletions

View File

@@ -2,13 +2,13 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("dy")
@ObfuscatedName("dp")
@Implements("AbstractSound")
public abstract class AbstractSound extends Node {
@ObfuscatedName("g")
@ObfuscatedName("o")
@Export("position")
int position;
AbstractSound() {
}
} // L: 10
}