rev 196
This commit is contained in:
31
runescape-client/src/main/java/class396.java
Normal file
31
runescape-client/src/main/java/class396.java
Normal file
@@ -0,0 +1,31 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("od")
|
||||
public class class396 {
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 97362057
|
||||
)
|
||||
@Export("SpriteBuffer_spriteCount")
|
||||
static int SpriteBuffer_spriteCount;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1206663989
|
||||
)
|
||||
@Export("SpriteBuffer_spriteWidth")
|
||||
static int SpriteBuffer_spriteWidth;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1874373077
|
||||
)
|
||||
@Export("SpriteBuffer_spriteHeight")
|
||||
static int SpriteBuffer_spriteHeight;
|
||||
@ObfuscatedName("l")
|
||||
@Export("SpriteBuffer_yOffsets")
|
||||
public static int[] SpriteBuffer_yOffsets;
|
||||
@ObfuscatedName("b")
|
||||
@Export("SpriteBuffer_pixels")
|
||||
public static byte[][] SpriteBuffer_pixels;
|
||||
}
|
||||
Reference in New Issue
Block a user