Refactored SignLink classes

This commit is contained in:
Pazaz 2022-04-22 15:43:26 -04:00
parent 8a35c73f76
commit 38800991cb
49 changed files with 741 additions and 748 deletions

View file

@ -57,8 +57,8 @@ public final class Static87 {
@OriginalMember(owner = "client!gn", name = "a", descriptor = "(BI)Lclient!na;")
public static JagString method1804(@OriginalArg(1) int arg0) {
@Pc(13) JagString local13 = new JagString();
local13.anInt4030 = 0;
local13.aByteArray52 = new byte[arg0];
local13.length = 0;
local13.chars = new byte[arg0];
return local13;
}