project: rev 192
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("gv")
|
||||
@ObfuscatedName("gh")
|
||||
@Implements("IntegerNode")
|
||||
public class IntegerNode extends Node {
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedName("f")
|
||||
@Export("integer")
|
||||
public int integer;
|
||||
|
||||
public IntegerNode(int var1) {
|
||||
|
||||
Reference in New Issue
Block a user