chore: rev 193

This commit is contained in:
therealunull
2020-12-09 11:07:26 -05:00
parent 5cd865f43f
commit 8f587826ee
358 changed files with 62074 additions and 62020 deletions

View File

@@ -2,14 +2,14 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("gf")
@ObfuscatedName("gg")
@Implements("ByteArrayNode")
public class ByteArrayNode extends Node {
@ObfuscatedName("f")
@ObfuscatedName("h")
@Export("byteArray")
public byte[] byteArray;
public ByteArrayNode(byte[] var1) {
this.byteArray = var1; // L: 7
} // L: 8
this.byteArray = var1;
}
}