rev184
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("fb")
|
||||
@Implements("IntegerNode")
|
||||
public class IntegerNode extends Node {
|
||||
@ObfuscatedName("c")
|
||||
@Export("integer")
|
||||
public int integer;
|
||||
|
||||
public IntegerNode(int var1) {
|
||||
this.integer = var1;
|
||||
}
|
||||
}
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("fj")
|
||||
@Implements("IntegerNode")
|
||||
public class IntegerNode extends Node {
|
||||
@ObfuscatedName("z")
|
||||
@Export("integer")
|
||||
public int integer;
|
||||
|
||||
public IntegerNode(int var1) {
|
||||
this.integer = var1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user