project: rev 195

This commit is contained in:
ThatGamerBlue
2021-04-14 13:14:08 +01:00
parent 05ff44d4ad
commit c9d40d93dd
439 changed files with 55170 additions and 51182 deletions

View File

@@ -3,10 +3,13 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ma")
@ObfuscatedName("on")
@Implements("IntHashTable")
public class IntHashTable {
@ObfuscatedName("n")
@ObfuscatedName("q")
@Export("cacheParentPaths")
static String[] cacheParentPaths;
@ObfuscatedName("f")
@Export("array")
int[] array;
@@ -32,10 +35,10 @@ public class IntHashTable {
} // L: 17
@ObfuscatedName("n")
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "(II)I",
garbageValue = "665276808"
garbageValue = "-1744823882"
)
@Export("get")
public int get(int var1) {