mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Rename Class3_Sub21 to IntNode
This commit is contained in:
parent
7e2a7de670
commit
0c8c5d42ca
12 changed files with 31 additions and 31 deletions
|
|
@ -1,19 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!ka")
|
||||
public final class Class3_Sub21 extends Node {
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "p", descriptor = "I")
|
||||
public int anInt3141;
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "<init>", descriptor = "()V")
|
||||
public Class3_Sub21() {
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "<init>", descriptor = "(I)V")
|
||||
public Class3_Sub21(@OriginalArg(0) int arg0) {
|
||||
this.anInt3141 = arg0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue