project: rev 205

This commit is contained in:
Justin
2022-05-11 21:14:59 +10:00
parent a048a17fce
commit 50446597eb
477 changed files with 59164 additions and 58718 deletions

View File

@@ -2,10 +2,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("ol")
@ObfuscatedName("oc")
@Implements("ByteArrayNode")
public class ByteArrayNode extends Node {
@ObfuscatedName("v")
@ObfuscatedName("o")
@Export("byteArray")
public byte[] byteArray;