mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Rename Class3_Sub2_Sub12 to ParamType
This commit is contained in:
parent
5eb5e538ce
commit
bf151a0e12
6 changed files with 9 additions and 9 deletions
|
|
@ -20,13 +20,13 @@ public final class Static110 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!ih", name = "a", descriptor = "(II)Lclient!hn;")
|
||||
public static Class3_Sub2_Sub12 method2277(@OriginalArg(1) int arg0) {
|
||||
@Pc(6) Class3_Sub2_Sub12 local6 = (Class3_Sub2_Sub12) Static272.aClass54_14.method1806((long) arg0);
|
||||
public static ParamType method2277(@OriginalArg(1) int arg0) {
|
||||
@Pc(6) ParamType local6 = (ParamType) Static272.aClass54_14.method1806((long) arg0);
|
||||
if (local6 != null) {
|
||||
return local6;
|
||||
}
|
||||
@Pc(30) byte[] local30 = Static39.aClass153_23.getFile(11, arg0);
|
||||
local6 = new Class3_Sub2_Sub12();
|
||||
local6 = new ParamType();
|
||||
if (local30 != null) {
|
||||
local6.method2076(new Buffer(local30));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue