project: rev 192

This commit is contained in:
ThatGamerBlue
2020-10-21 14:30:57 +02:00
parent 47583ab7c6
commit 88599e5dd3
355 changed files with 53400 additions and 49134 deletions

View File

@@ -1,8 +1,12 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("gj")
@ObfuscatedName("ge")
@Implements("ObjectNode")
public class ObjectNode extends Node {
@ObfuscatedName("z")
@ObfuscatedName("f")
@Export("obj")
public final Object obj;
public ObjectNode(Object var1) {