mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Rename Class144 to SeqType
This commit is contained in:
parent
195493cdf8
commit
b56198a4c6
27 changed files with 40 additions and 40 deletions
|
|
@ -47,13 +47,13 @@ public final class Static36 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!client", name = "a", descriptor = "(IB)Lclient!tk;")
|
||||
public static Class144 method941(@OriginalArg(0) int arg0) {
|
||||
@Pc(17) Class144 local17 = (Class144) Static142.aClass99_23.method3106((long) arg0);
|
||||
public static SeqType method941(@OriginalArg(0) int arg0) {
|
||||
@Pc(17) SeqType local17 = (SeqType) Static142.aClass99_23.method3106((long) arg0);
|
||||
if (local17 != null) {
|
||||
return local17;
|
||||
}
|
||||
@Pc(32) byte[] local32 = Static243.aClass153_98.method4495(Static221.method3389(arg0), Static118.method2356(arg0));
|
||||
local17 = new Class144();
|
||||
local17 = new SeqType();
|
||||
local17.anInt5361 = arg0;
|
||||
if (local32 != null) {
|
||||
local17.method4213(new Buffer(local32));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue