project: Rev update

This commit is contained in:
Owain van Brakel
2019-11-28 16:31:53 +01:00
parent 34f8560da9
commit 74726ae17a
343 changed files with 41411 additions and 41094 deletions

View File

@@ -3,10 +3,10 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("le")
@ObfuscatedName("la")
@Implements("IntHashTable")
public class IntHashTable {
@ObfuscatedName("a")
@ObfuscatedName("u")
@Export("array")
int[] array;
@@ -32,10 +32,10 @@ public class IntHashTable {
}
@ObfuscatedName("a")
@ObfuscatedName("u")
@ObfuscatedSignature(
signature = "(II)I",
garbageValue = "464057567"
garbageValue = "1209776810"
)
@Export("get")
public int get(int var1) {