mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Partially refactored RawModel
This commit is contained in:
parent
3531b1c57c
commit
d3265b6ae6
13 changed files with 1164 additions and 1116 deletions
|
|
@ -1,33 +0,0 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!hd")
|
||||
public final class Model_Class57 {
|
||||
|
||||
@OriginalMember(owner = "client!hd", name = "b", descriptor = "I")
|
||||
public int anInt2431;
|
||||
|
||||
@OriginalMember(owner = "client!hd", name = "d", descriptor = "I")
|
||||
public int anInt2432;
|
||||
|
||||
@OriginalMember(owner = "client!hd", name = "m", descriptor = "I")
|
||||
public int anInt2436;
|
||||
|
||||
@OriginalMember(owner = "client!hd", name = "n", descriptor = "I")
|
||||
public int anInt2437;
|
||||
|
||||
@OriginalMember(owner = "client!hd", name = "<init>", descriptor = "()V")
|
||||
public Model_Class57() {
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!hd", name = "<init>", descriptor = "(Lclient!hd;)V")
|
||||
public Model_Class57(@OriginalArg(0) Model_Class57 arg0) {
|
||||
this.anInt2432 = arg0.anInt2432;
|
||||
this.anInt2437 = arg0.anInt2437;
|
||||
this.anInt2431 = arg0.anInt2431;
|
||||
this.anInt2436 = arg0.anInt2436;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue