Port Injector to main layout
Adds deobfuscator Adds injected-client Adds injector-plugin Adds runescape-client Replaces RL's apis Small bug with sprites atm, will be resolved soon. tired af. Builds, probably
This commit is contained in:
28
runescape-client/src/main/java/class60.java
Normal file
28
runescape-client/src/main/java/class60.java
Normal file
@@ -0,0 +1,28 @@
|
||||
import java.awt.FontMetrics;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("bo")
|
||||
public class class60 {
|
||||
@ObfuscatedName("sz")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Llz;"
|
||||
)
|
||||
@Export("worldMap0")
|
||||
static WorldMap worldMap0;
|
||||
@ObfuscatedName("ar")
|
||||
@Export("__bo_ar")
|
||||
static FontMetrics __bo_ar;
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lir;Lir;Lir;I)V",
|
||||
garbageValue = "1583108922"
|
||||
)
|
||||
public static void method1172(AbstractIndexCache var0, AbstractIndexCache var1, AbstractIndexCache var2) {
|
||||
HitSplatDefinition.__jm_m = var0;
|
||||
HitSplatDefinition.__jm_f = var1;
|
||||
HitSplatDefinition.__jm_q = var2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user