chore: revision 189
This commit is contained in:
34
runescape-client/src/main/java/class335.java
Normal file
34
runescape-client/src/main/java/class335.java
Normal file
@@ -0,0 +1,34 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("ls")
|
||||
public class class335 {
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 215580169
|
||||
)
|
||||
@Export("SpriteBuffer_spriteCount")
|
||||
static int SpriteBuffer_spriteCount;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -109825329
|
||||
)
|
||||
@Export("SpriteBuffer_spriteWidth")
|
||||
static int SpriteBuffer_spriteWidth;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1417821821
|
||||
)
|
||||
@Export("SpriteBuffer_spriteHeight")
|
||||
static int SpriteBuffer_spriteHeight;
|
||||
@ObfuscatedName("d")
|
||||
@Export("SpriteBuffer_xOffsets")
|
||||
static int[] SpriteBuffer_xOffsets;
|
||||
@ObfuscatedName("v")
|
||||
@Export("SpriteBuffer_spriteWidths")
|
||||
static int[] SpriteBuffer_spriteWidths;
|
||||
@ObfuscatedName("q")
|
||||
@Export("SpriteBuffer_spriteHeights")
|
||||
static int[] SpriteBuffer_spriteHeights;
|
||||
}
|
||||
Reference in New Issue
Block a user