mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 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!pa")
|
||||
public final class ObjStackNode extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!pa", name = "T", descriptor = "Lclient!uj;")
|
||||
public final ObjStack aClass8_Sub7_1;
|
||||
|
||||
@OriginalMember(owner = "client!pa", name = "<init>", descriptor = "(Lclient!uj;)V")
|
||||
public ObjStackNode(@OriginalArg(0) ObjStack arg0) {
|
||||
this.aClass8_Sub7_1 = arg0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue