26 lines
555 B
Java
26 lines
555 B
Java
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];
|
|
}
|
|
}
|