This commit is contained in:
Lucwousin
2019-10-31 16:57:45 +01:00
parent 8b7eaf23f1
commit e7a1983158
344 changed files with 41280 additions and 41078 deletions

View File

@@ -2,10 +2,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("dx")
@ObfuscatedName("dg")
@Implements("AbstractSound")
public abstract class AbstractSound extends Node {
@ObfuscatedName("p")
@ObfuscatedName("l")
@Export("position")
int position;