client: rev 198 (#3014)
* client: rev 198 * client: checkstyle Co-authored-by: therealnull <therealnull@gmail.com>
This commit is contained in:
@@ -2,13 +2,13 @@ import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("bj")
|
||||
@ObfuscatedName("aj")
|
||||
@Implements("AbstractSound")
|
||||
public abstract class AbstractSound extends Node {
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("n")
|
||||
@Export("position")
|
||||
int position;
|
||||
|
||||
AbstractSound() {
|
||||
} // L: 10
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user