Rename Class3_Sub2_Sub12 to ParamType

This commit is contained in:
Pazaz 2022-04-23 14:54:22 -04:00
parent 5eb5e538ce
commit bf151a0e12
6 changed files with 9 additions and 9 deletions

View file

@ -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));
}