mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Refactor Bzip2 class fields/methods
This commit is contained in:
parent
4480318f0d
commit
28c3abbcfc
6 changed files with 216 additions and 216 deletions
|
|
@ -6,10 +6,10 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
public final class ByteArrayNode extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!hc", name = "Q", descriptor = "[B")
|
||||
public final byte[] aByteArray37;
|
||||
public final byte[] value;
|
||||
|
||||
@OriginalMember(owner = "client!hc", name = "<init>", descriptor = "([B)V")
|
||||
public ByteArrayNode(@OriginalArg(0) byte[] arg0) {
|
||||
this.aByteArray37 = arg0;
|
||||
this.value = arg0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue