Merges Injector
Welcome to the new world boys.
This commit is contained in:
25
rs-client/src/main/java/class178.java
Normal file
25
rs-client/src/main/java/class178.java
Normal file
@@ -0,0 +1,25 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("fi")
|
||||
public class class178 {
|
||||
@ObfuscatedName("q")
|
||||
@Export("__fi_q")
|
||||
static int[][] __fi_q;
|
||||
@ObfuscatedName("w")
|
||||
@Export("__fi_w")
|
||||
static int[][] __fi_w;
|
||||
@ObfuscatedName("l")
|
||||
@Export("__fi_l")
|
||||
static int[] __fi_l;
|
||||
@ObfuscatedName("e")
|
||||
@Export("__fi_e")
|
||||
static int[] __fi_e;
|
||||
|
||||
static {
|
||||
__fi_q = new int[128][128];
|
||||
__fi_w = new int[128][128];
|
||||
__fi_l = new int[4096];
|
||||
__fi_e = new int[4096];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user