35 lines
905 B
Java
35 lines
905 B
Java
import net.runelite.mapping.Export;
|
|
import net.runelite.mapping.ObfuscatedGetter;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
|
|
@ObfuscatedName("lj")
|
|
public class class335 {
|
|
@ObfuscatedName("z")
|
|
@ObfuscatedGetter(
|
|
intValue = -245984031
|
|
)
|
|
@Export("SpriteBuffer_spriteCount")
|
|
static int SpriteBuffer_spriteCount;
|
|
@ObfuscatedName("k")
|
|
@ObfuscatedGetter(
|
|
intValue = -112832063
|
|
)
|
|
@Export("SpriteBuffer_spriteWidth")
|
|
static int SpriteBuffer_spriteWidth;
|
|
@ObfuscatedName("s")
|
|
@ObfuscatedGetter(
|
|
intValue = 707136589
|
|
)
|
|
@Export("SpriteBuffer_spriteHeight")
|
|
static int SpriteBuffer_spriteHeight;
|
|
@ObfuscatedName("i")
|
|
@Export("SpriteBuffer_yOffsets")
|
|
static int[] SpriteBuffer_yOffsets;
|
|
@ObfuscatedName("o")
|
|
@Export("SpriteBuffer_spriteWidths")
|
|
static int[] SpriteBuffer_spriteWidths;
|
|
@ObfuscatedName("x")
|
|
@Export("SpriteBuffer_spriteHeights")
|
|
static int[] SpriteBuffer_spriteHeights;
|
|
}
|