rs-client: remove Export annotations

This commit is contained in:
therealnull
2020-10-04 20:53:17 -04:00
parent 74f628c10c
commit 19859b66ae
322 changed files with 64 additions and 3704 deletions

View File

@@ -1,4 +1,3 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@@ -11,31 +10,26 @@ public class VertexNormal {
@ObfuscatedGetter(
intValue = 1417653903
)
@Export("cameraX")
static int cameraX;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -213210241
)
@Export("magnitude")
int magnitude;
@ObfuscatedName("k")
@ObfuscatedGetter(
intValue = 525564355
)
@Export("x")
int x;
@ObfuscatedName("s")
@ObfuscatedGetter(
intValue = -1643627841
)
@Export("y")
int y;
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = -1440997727
)
@Export("z")
int z;
VertexNormal() {