chore: rev 190

This commit is contained in:
ThatGamerBlue
2020-06-18 12:15:38 +01:00
parent c97f7b196e
commit 655106b9df
351 changed files with 41484 additions and 41558 deletions

View File

@@ -2,10 +2,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("gz")
@ObfuscatedName("gc")
@Implements("IntegerNode")
public class IntegerNode extends Node {
@ObfuscatedName("x")
@ObfuscatedName("m")
@Export("integer")
public int integer;