Adds deobfuscator Adds injected-client Adds injector-plugin Adds runescape-client Replaces RL's apis Small bug with sprites atm, will be resolved soon. tired af. Builds, probably
12 lines
289 B
Java
12 lines
289 B
Java
import net.runelite.mapping.Export;
|
|
import net.runelite.mapping.Implements;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
|
|
@ObfuscatedName("dd")
|
|
@Implements("AbstractSound")
|
|
public abstract class AbstractSound extends Node {
|
|
@ObfuscatedName("u")
|
|
@Export("position")
|
|
int position;
|
|
}
|