client: rev 201

This commit is contained in:
Justin
2021-11-03 22:50:34 +11:00
parent af21d0e050
commit bcc8072751
425 changed files with 65165 additions and 65696 deletions

View File

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