mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -150,4 +150,10 @@ public class InterfaceList {
|
|||
}
|
||||
return components[interfaceId][componentId];
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!client", name = "b", descriptor = "(Lclient!be;)Lclient!bf;")
|
||||
public static ServerActiveProperties getServerActiveProperties(@OriginalArg(0) Component arg0) {
|
||||
@Pc(13) ServerActiveProperties local13 = (ServerActiveProperties) Static210.aClass133_21.get(((long) arg0.id << 32) + (long) arg0.createdComponentId);
|
||||
return local13 == null ? arg0.aClass3_Sub4_1 : local13;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue