chore: rev 188

This commit is contained in:
Owain van Brakel
2020-01-29 14:20:08 +01:00
parent c785d0015b
commit add4ca8005
357 changed files with 41366 additions and 41447 deletions

View File

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