mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Rename Class3_Sub2_Sub11 to ByteArrayNode
This commit is contained in:
parent
32ee1195a9
commit
d9c97374a4
2 changed files with 4 additions and 4 deletions
|
|
@ -1,15 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!hc")
|
||||
public final class Class3_Sub2_Sub11 extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!hc", name = "Q", descriptor = "[B")
|
||||
public final byte[] aByteArray37;
|
||||
|
||||
@OriginalMember(owner = "client!hc", name = "<init>", descriptor = "([B)V")
|
||||
public Class3_Sub2_Sub11(@OriginalArg(0) byte[] arg0) {
|
||||
this.aByteArray37 = arg0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue