mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 18:10:20 -07:00
Rename Class3_Sub2_Sub8 to DelayedStateChange
This commit is contained in:
parent
2055f7c3fb
commit
817ea8d7d3
26 changed files with 34 additions and 34 deletions
|
|
@ -22,10 +22,10 @@ public final class Static238 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "a", descriptor = "(III)Lclient!da;")
|
||||
public static Class3_Sub2_Sub8 method4143(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(13) Class3_Sub2_Sub8 local13 = (Class3_Sub2_Sub8) Static36.aClass133_3.method3863((long) arg1 | (long) arg0 << 32);
|
||||
public static DelayedStateChange method4143(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(13) DelayedStateChange local13 = (DelayedStateChange) Static36.aClass133_3.method3863((long) arg1 | (long) arg0 << 32);
|
||||
if (local13 == null) {
|
||||
local13 = new Class3_Sub2_Sub8(arg0, arg1);
|
||||
local13 = new DelayedStateChange(arg0, arg1);
|
||||
Static36.aClass133_3.method3862(local13, local13.aLong192);
|
||||
}
|
||||
return local13;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue