Created TypeList classes and moved static members to them

This commit is contained in:
Pazaz 2022-04-25 02:11:03 -04:00
parent 6ba1f2f808
commit b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions

View file

@ -16,7 +16,7 @@ public final class Static104 {
return;
}
if (arg0.seqId != -1 && arg0.anInt3420 == 0) {
@Pc(40) SeqType local40 = Static36.get(arg0.seqId);
@Pc(40) SeqType local40 = SeqTypeList.get(arg0.seqId);
if (arg0.anInt3405 > 0 && local40.anInt5363 == 0) {
arg0.anInt3417++;
return;
@ -233,8 +233,4 @@ public final class Static104 {
return 0;
}
@OriginalMember(owner = "client!ia", name = "a", descriptor = "(I)I")
public static int getTotal() {
return 2;
}
}