mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 03:20:21 -07:00
Rename Class93_Sub1 to MillisTimer
This commit is contained in:
parent
67bedeef79
commit
c9f355cf3c
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!lj")
|
@OriginalClass("client!lj")
|
||||||
public final class Class93_Sub1 extends Timer {
|
public final class MillisTimer extends Timer {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!lj", name = "o", descriptor = "I")
|
@OriginalMember(owner = "client!lj", name = "o", descriptor = "I")
|
||||||
private int anInt3549;
|
private int anInt3549;
|
||||||
|
|
@ -25,7 +25,7 @@ public final class Class93_Sub1 extends Timer {
|
||||||
private long aLong122 = MonotonicClock.method5096();
|
private long aLong122 = MonotonicClock.method5096();
|
||||||
|
|
||||||
@OriginalMember(owner = "client!lj", name = "<init>", descriptor = "()V")
|
@OriginalMember(owner = "client!lj", name = "<init>", descriptor = "()V")
|
||||||
public Class93_Sub1() {
|
public MillisTimer() {
|
||||||
for (@Pc(22) int local22 = 0; local22 < 10; local22++) {
|
for (@Pc(22) int local22 = 0; local22 < 10; local22++) {
|
||||||
this.aLongArray4[local22] = this.aLong122;
|
this.aLongArray4[local22] = this.aLong122;
|
||||||
}
|
}
|
||||||
|
|
@ -24,7 +24,7 @@ public final class Static70 {
|
||||||
try {
|
try {
|
||||||
return (Timer) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
|
return (Timer) Class.forName("NanoTimer").getDeclaredConstructor().newInstance();
|
||||||
} catch (@Pc(15) Throwable local15) {
|
} catch (@Pc(15) Throwable local15) {
|
||||||
return new Class93_Sub1();
|
return new MillisTimer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue