project: hello again rev206

This commit is contained in:
JumpIfZero
2022-04-22 12:43:18 +03:00
parent 1cdb6e9060
commit 2dc9359cba
466 changed files with 55930 additions and 56034 deletions

View File

@@ -0,0 +1,19 @@
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("gz")
public class class205 {
@ObfuscatedName("i")
@ObfuscatedSignature(
descriptor = "(B)V",
garbageValue = "9"
)
public static void method4256() {
if (KeyHandler.KeyHandler_instance != null) { // L: 161
synchronized(KeyHandler.KeyHandler_instance) { // L: 162
KeyHandler.KeyHandler_instance = null; // L: 163
} // L: 164
}
} // L: 166
}