Remove invalid/add missing Export annotations
This commit is contained in:
@@ -17,7 +17,6 @@ public class FriendsList extends UserList {
|
||||
@ObfuscatedGetter(
|
||||
intValue = -217526077
|
||||
)
|
||||
@Export("__x")
|
||||
int __x;
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedSignature(
|
||||
@@ -41,6 +40,7 @@ public class FriendsList extends UserList {
|
||||
signature = "(I)Ljs;",
|
||||
garbageValue = "-2063112195"
|
||||
)
|
||||
@Export("newInstance")
|
||||
User newInstance() {
|
||||
return new Friend();
|
||||
}
|
||||
@@ -50,6 +50,7 @@ public class FriendsList extends UserList {
|
||||
signature = "(II)[Ljs;",
|
||||
garbageValue = "861814350"
|
||||
)
|
||||
@Export("newTypedArray")
|
||||
User[] newTypedArray(int var1) {
|
||||
return new Friend[var1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user