35 lines
946 B
Java
35 lines
946 B
Java
import net.runelite.mapping.Export;
|
|
import net.runelite.mapping.ObfuscatedGetter;
|
|
import net.runelite.mapping.ObfuscatedName;
|
|
|
|
@ObfuscatedName("qy")
|
|
public class class451 {
|
|
@ObfuscatedName("v")
|
|
@ObfuscatedGetter(
|
|
intValue = -1097850827
|
|
)
|
|
@Export("SpriteBuffer_spriteCount")
|
|
public static int SpriteBuffer_spriteCount;
|
|
@ObfuscatedName("c")
|
|
@ObfuscatedGetter(
|
|
intValue = 28448161
|
|
)
|
|
@Export("SpriteBuffer_spriteWidth")
|
|
public static int SpriteBuffer_spriteWidth;
|
|
@ObfuscatedName("i")
|
|
@ObfuscatedGetter(
|
|
intValue = 972266423
|
|
)
|
|
@Export("SpriteBuffer_spriteHeight")
|
|
public static int SpriteBuffer_spriteHeight;
|
|
@ObfuscatedName("f")
|
|
@Export("SpriteBuffer_xOffsets")
|
|
public static int[] SpriteBuffer_xOffsets;
|
|
@ObfuscatedName("n")
|
|
@Export("SpriteBuffer_spriteWidths")
|
|
public static int[] SpriteBuffer_spriteWidths;
|
|
@ObfuscatedName("s")
|
|
@Export("SpriteBuffer_spriteHeights")
|
|
public static int[] SpriteBuffer_spriteHeights;
|
|
}
|