project: Rev 182

This commit is contained in:
Owain van Brakel
2019-08-29 16:04:20 +02:00
parent 0c1dd644d8
commit 6485eb9bed
349 changed files with 51857 additions and 50740 deletions

View File

@@ -2,10 +2,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("eq")
@ObfuscatedName("et")
@Implements("DirectWrapper")
public class DirectWrapper extends Wrapper {
@ObfuscatedName("q")
@ObfuscatedName("s")
@Export("obj")
Object obj;
@@ -14,13 +14,13 @@ public class DirectWrapper extends Wrapper {
this.obj = var1;
}
@ObfuscatedName("q")
@ObfuscatedName("s")
@Export("get")
Object get() {
return this.obj;
}
@ObfuscatedName("w")
@ObfuscatedName("j")
@Export("isSoft")
boolean isSoft() {
return false;