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:
14
runescape-client/src/main/java/class198.java
Normal file
14
runescape-client/src/main/java/class198.java
Normal file
@@ -0,0 +1,14 @@
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("gm")
|
||||
public class class198 {
|
||||
@ObfuscatedName("kn")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lho;I)Ljava/lang/String;",
|
||||
garbageValue = "1713547686"
|
||||
)
|
||||
static String method3745(Widget var0) {
|
||||
return class211.method4107(class1.getWidgetClickMask(var0)) == 0?null:(var0.spellActionName != null && var0.spellActionName.trim().length() != 0?var0.spellActionName:null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user