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

@@ -1,21 +0,0 @@
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lz")
public class class326 {
@ObfuscatedName("i")
public static short[] field3881;
@ObfuscatedName("h")
@ObfuscatedSignature(
signature = "(II)I",
garbageValue = "1165668124"
)
public static int method6375(int var0) {
if (var0 > 0) {
return 1;
} else {
return var0 < 0 ? -1 : 0;
}
}
}