project: Revvvvvvvvvvvvv

This commit is contained in:
Owain van Brakel
2022-02-09 13:21:03 +01:00
parent e91fc1a16a
commit e505012bff
474 changed files with 69930 additions and 69430 deletions

View File

@@ -2,7 +2,7 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("nx")
@ObfuscatedName("no")
@Implements("ObjectNode")
public class ObjectNode extends Node {
@ObfuscatedName("c")
@@ -10,6 +10,6 @@ public class ObjectNode extends Node {
public final Object obj;
public ObjectNode(Object var1) {
this.obj = var1;
}
this.obj = var1; // L: 7
} // L: 8
}