project: Rev 204
This commit is contained in:
37
runescape-client/src/main/java/class451.java
Normal file
37
runescape-client/src/main/java/class451.java
Normal file
@@ -0,0 +1,37 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user