mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
Refactored GameShell
This commit is contained in:
parent
bc7ecce61c
commit
3c58eb3a01
83 changed files with 700 additions and 712 deletions
|
|
@ -13,14 +13,11 @@ public final class Static70 {
|
|||
@OriginalMember(owner = "client!fi", name = "k", descriptor = "I")
|
||||
public static int type = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "l", descriptor = "I")
|
||||
public static int anInt2014 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "n", descriptor = "I")
|
||||
public static int updatedVarpsWriterIndex = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(B)Lclient!s;")
|
||||
public static Timer method1547() {
|
||||
public static Timer create() {
|
||||
try {
|
||||
return (Timer) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
|
||||
} catch (@Pc(15) Throwable local15) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue