Remove invalid/add missing Export annotations
This commit is contained in:
@@ -8,37 +8,31 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("VertexNormal")
|
||||
public class VertexNormal {
|
||||
@ObfuscatedName("pe")
|
||||
@Export("__dq_pe")
|
||||
static boolean __dq_pe;
|
||||
@ObfuscatedName("rq")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1351620693
|
||||
)
|
||||
@Export("__dq_rq")
|
||||
static int __dq_rq;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1414310131
|
||||
)
|
||||
@Export("__m")
|
||||
int __m;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1493845293
|
||||
)
|
||||
@Export("__f")
|
||||
int __f;
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1575149515
|
||||
)
|
||||
@Export("__q")
|
||||
int __q;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -487323631
|
||||
)
|
||||
@Export("__w")
|
||||
int __w;
|
||||
|
||||
VertexNormal() {
|
||||
|
||||
Reference in New Issue
Block a user