Port Injector to main layout
Adds deobfuscator Adds injected-client Adds injector-plugin Adds runescape-client Replaces RL's apis Small bug with sprites atm, will be resolved soon. tired af. Builds, probably
This commit is contained in:
15
runescape-client/src/main/java/IntegerNode.java
Normal file
15
runescape-client/src/main/java/IntegerNode.java
Normal file
@@ -0,0 +1,15 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("gn")
|
||||
@Implements("IntegerNode")
|
||||
public class IntegerNode extends Node {
|
||||
@ObfuscatedName("m")
|
||||
@Export("integer")
|
||||
public int integer;
|
||||
|
||||
public IntegerNode(int var1) {
|
||||
this.integer = var1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user