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
17 lines
388 B
Java
17 lines
388 B
Java
import net.runelite.mapping.Export;
|
|
import net.runelite.mapping.Implements;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
import net.runelite.mapping.ObfuscatedSignature;
|
|
|
|
@ObfuscatedName("kg")
|
|
@Implements("Usernamed")
|
|
public interface Usernamed {
|
|
@ObfuscatedName("kd")
|
|
@ObfuscatedSignature(
|
|
descriptor = "(B)Lkk;",
|
|
garbageValue = "75"
|
|
)
|
|
@Export("username")
|
|
Username username();
|
|
}
|