Refactored Js5 class

This commit is contained in:
Pazaz 2022-06-15 13:41:21 -04:00
parent c5ef44dfcb
commit bcb88470f8
49 changed files with 423 additions and 423 deletions

View file

@ -58,11 +58,4 @@ public final class Static23 {
}
}
@OriginalMember(owner = "client!bm", name = "a", descriptor = "(B[B)[B")
public static byte[] method648(@OriginalArg(1) byte[] arg0) {
@Pc(6) int local6 = arg0.length;
@Pc(9) byte[] local9 = new byte[local6];
JagString.copy(arg0, 0, local9, 0, local6);
return local9;
}
}