how do i stop making castles every time i go to the beach i make a castle every time i open blender i model castles every time i play chess i castle i just cant stop making castles dude
15 lines
315 B
Java
15 lines
315 B
Java
import net.runelite.mapping.Export;
|
|
import net.runelite.mapping.Implements;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
|
|
@ObfuscatedName("dn")
|
|
@Implements("AbstractSound")
|
|
public abstract class AbstractSound extends Node {
|
|
@ObfuscatedName("h")
|
|
@Export("position")
|
|
int position;
|
|
|
|
AbstractSound() {
|
|
} // L: 10
|
|
}
|