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
38 lines
981 B
Java
38 lines
981 B
Java
import net.runelite.mapping.Export;
|
|
import net.runelite.mapping.ObfuscatedGetter;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
|
|
@ObfuscatedName("lr")
|
|
public class class328 {
|
|
@ObfuscatedName("m")
|
|
@ObfuscatedGetter(
|
|
intValue = -1119867679
|
|
)
|
|
@Export("indexedSpriteCount")
|
|
static int indexedSpriteCount;
|
|
@ObfuscatedName("f")
|
|
@ObfuscatedGetter(
|
|
intValue = 161627197
|
|
)
|
|
@Export("indexedSpriteWidth")
|
|
static int indexedSpriteWidth;
|
|
@ObfuscatedName("q")
|
|
@ObfuscatedGetter(
|
|
intValue = -76329055
|
|
)
|
|
@Export("indexedSpriteHeight")
|
|
static int indexedSpriteHeight;
|
|
@ObfuscatedName("w")
|
|
@Export("indexedSpriteOffsetXs")
|
|
static int[] indexedSpriteOffsetXs;
|
|
@ObfuscatedName("o")
|
|
@Export("indexedSpriteOffsetYs")
|
|
static int[] indexedSpriteOffsetYs;
|
|
@ObfuscatedName("l")
|
|
@Export("indexedSpritePalette")
|
|
static int[] indexedSpritePalette;
|
|
@ObfuscatedName("e")
|
|
@Export("Sprite")
|
|
static byte[][] Sprite;
|
|
}
|