Remove invalid/add missing Export annotations

This commit is contained in:
Lucas
2019-06-27 00:20:27 +02:00
parent 0c89cab9cb
commit 971549db3a
227 changed files with 215 additions and 1557 deletions

View File

@@ -10,54 +10,44 @@ public class MusicPatchNode2 {
@ObfuscatedGetter(
longValue = -6780258776884306463L
)
@Export("__hd_fc")
static long __hd_fc;
@ObfuscatedName("m")
@Export("__m")
byte[] __m;
@ObfuscatedName("f")
@Export("__f")
byte[] __f;
@ObfuscatedName("q")
@ObfuscatedGetter(
intValue = 140046797
)
@Export("__q")
int __q;
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = -249046051
)
@Export("__w")
int __w;
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = -1455145595
)
@Export("__o")
int __o;
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = 1577527995
)
@Export("__u")
int __u;
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = 391670135
)
@Export("__g")
int __g;
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = 320761691
)
@Export("__l")
int __l;
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = 1984131473
)
@Export("__e")
int __e;
}