mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Created TypeList classes and moved static members to them
This commit is contained in:
parent
6ba1f2f808
commit
b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public final class Static189 {
|
||||
|
|
@ -6,17 +5,4 @@ public final class Static189 {
|
|||
@OriginalMember(owner = "client!pe", name = "r", descriptor = "I")
|
||||
public static int anInt4457;
|
||||
|
||||
@OriginalMember(owner = "client!pe", name = "a", descriptor = "I")
|
||||
public static int anInt4443 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!pe", name = "j", descriptor = "I")
|
||||
public static int anInt4451 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!pe", name = "a", descriptor = "(BZ)V")
|
||||
public static void method3438(@OriginalArg(1) boolean arg0) {
|
||||
if (arg0 != Static30.aBoolean61) {
|
||||
Static30.aBoolean61 = arg0;
|
||||
Static90.clearLocCache();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue