mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 20:10:21 -07:00
Rename Class93 to Timer
This commit is contained in:
parent
dadb112125
commit
67bedeef79
5 changed files with 6 additions and 6 deletions
|
|
@ -20,9 +20,9 @@ public final class Static70 {
|
|||
public static int anInt2015 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(B)Lclient!s;")
|
||||
public static Class93 method1547() {
|
||||
public static Timer method1547() {
|
||||
try {
|
||||
return (Class93) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
|
||||
return (Timer) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
|
||||
} catch (@Pc(15) Throwable local15) {
|
||||
return new Class93_Sub1();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue