This commit is contained in:
ThatGamerBlue
2021-05-19 12:59:30 +01:00
parent 7eb96d606a
commit 29a3d313a4
438 changed files with 51991 additions and 51730 deletions

View File

@@ -2,10 +2,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("mw")
@ObfuscatedName("ma")
@Implements("ByteArrayNode")
public class ByteArrayNode extends Node {
@ObfuscatedName("f")
@ObfuscatedName("h")
@Export("byteArray")
public byte[] byteArray;