Revert to old layout for refactor

This commit is contained in:
zeruth
2019-06-07 23:54:32 -04:00
parent 74a0bf004e
commit eafb024f16
3552 changed files with 105486 additions and 145251 deletions

View File

@@ -1,11 +0,0 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("dd")
@Implements("AbstractSound")
public abstract class AbstractSound extends Node {
@ObfuscatedName("u")
@Export("position")
int position;
}