project: Rev 204

This commit is contained in:
Owain van Brakel
2022-03-23 14:15:28 +01:00
parent 14d41dd9a4
commit 3834b46aee
532 changed files with 61751 additions and 59895 deletions

View 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;
}