Files
runelite/runescape-client/src/main/java/class451.java
Owain van Brakel 3834b46aee project: Rev 204
2022-03-23 15:01:48 +01:00

38 lines
998 B
Java

import net.runelite.mapping.Export;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("qb")
public class class451 {
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = 1151895275
)
@Export("SpriteBuffer_spriteCount")
static int SpriteBuffer_spriteCount;
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = 457753385
)
@Export("SpriteBuffer_spriteWidth")
static int SpriteBuffer_spriteWidth;
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 1318930393
)
@Export("SpriteBuffer_spriteHeight")
static int SpriteBuffer_spriteHeight;
@ObfuscatedName("g")
@Export("SpriteBuffer_xOffsets")
static int[] SpriteBuffer_xOffsets;
@ObfuscatedName("l")
@Export("SpriteBuffer_yOffsets")
static int[] SpriteBuffer_yOffsets;
@ObfuscatedName("n")
@Export("SpriteBuffer_spriteWidths")
static int[] SpriteBuffer_spriteWidths;
@ObfuscatedName("d")
@Export("SpriteBuffer_spriteHeights")
static int[] SpriteBuffer_spriteHeights;
}