rsc: please read the commit message for my neverending descent into madness
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
This commit is contained in:
@@ -5,11 +5,11 @@ import net.runelite.mapping.ObfuscatedName;
|
||||
@ObfuscatedName("gt")
|
||||
@Implements("ByteArrayNode")
|
||||
public class ByteArrayNode extends Node {
|
||||
@ObfuscatedName("n")
|
||||
@Export("byteArray")
|
||||
public byte[] byteArray;
|
||||
@ObfuscatedName("n")
|
||||
@Export("byteArray")
|
||||
public byte[] byteArray;
|
||||
|
||||
public ByteArrayNode(byte[] var1) {
|
||||
this.byteArray = var1;
|
||||
}
|
||||
public ByteArrayNode(byte[] var1) {
|
||||
this.byteArray = var1; // L: 7
|
||||
} // L: 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user