chore: rev 194
This commit is contained in:
@@ -2,13 +2,10 @@ import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("dg")
|
||||
@ObfuscatedName("dn")
|
||||
@Implements("AbstractSound")
|
||||
public abstract class AbstractSound extends Node {
|
||||
@ObfuscatedName("j")
|
||||
@Export("position")
|
||||
int position;
|
||||
|
||||
AbstractSound() {
|
||||
} // L: 10
|
||||
@ObfuscatedName("h")
|
||||
@Export("position")
|
||||
int position;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user