mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -6,7 +6,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
public final class StringNode extends Node {
|
||||
|
||||
@OriginalMember(owner = "client!sj", name = "A", descriptor = "Lclient!na;")
|
||||
public JagString aClass100_980;
|
||||
public JagString value;
|
||||
|
||||
@OriginalMember(owner = "client!sj", name = "<init>", descriptor = "()V")
|
||||
public StringNode() {
|
||||
|
|
@ -14,6 +14,6 @@ public final class StringNode extends Node {
|
|||
|
||||
@OriginalMember(owner = "client!sj", name = "<init>", descriptor = "(Lclient!na;)V")
|
||||
public StringNode(@OriginalArg(0) JagString arg0) {
|
||||
this.aClass100_980 = arg0;
|
||||
this.value = arg0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue