project: uwu (197)

This commit is contained in:
ThatGamerBlue
2021-06-16 11:24:56 +01:00
parent 6278fd9835
commit fbbafc7285
437 changed files with 52595 additions and 52141 deletions

View File

@@ -3,10 +3,10 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ou")
@ObfuscatedName("ox")
@Implements("IntHashTable")
public class IntHashTable {
@ObfuscatedName("v")
@ObfuscatedName("f")
@Export("array")
int[] array;
@@ -32,10 +32,10 @@ public class IntHashTable {
} // L: 17
@ObfuscatedName("v")
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "(II)I",
garbageValue = "-2076070335"
garbageValue = "354978778"
)
@Export("get")
public int get(int var1) {