Merges Injector
Welcome to the new world boys.
This commit is contained in:
27
rs-client/src/main/java/class322.java
Normal file
27
rs-client/src/main/java/class322.java
Normal file
@@ -0,0 +1,27 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("le")
|
||||
public class class322 {
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lja;"
|
||||
)
|
||||
@Export("reflectionChecks")
|
||||
public static IterableNodeDeque reflectionChecks;
|
||||
|
||||
static {
|
||||
reflectionChecks = new IterableNodeDeque();
|
||||
}
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lir;III)Lln;",
|
||||
garbageValue = "-2000477161"
|
||||
)
|
||||
@Export("readSprite")
|
||||
public static Sprite readSprite(AbstractIndexCache var0, int var1, int var2) {
|
||||
return !SpriteMask.method4392(var0, var1, var2)?null:class258.method4900();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user