project: 184 (#1670)

* 184

* checkstyle
This commit is contained in:
Owain van Brakel
2019-09-28 18:05:04 +02:00
committed by Kyle
parent 6f3152456f
commit 42acd14658
341 changed files with 90582 additions and 90740 deletions

View File

@@ -1,15 +1,15 @@
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;
}
}
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;
}
}