mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 18:10:20 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
15
client/src/main/java/Class3_Sub10.java
Normal file
15
client/src/main/java/Class3_Sub10.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!eb")
|
||||
public final class Class3_Sub10 extends Class3 {
|
||||
|
||||
@OriginalMember(owner = "client!eb", name = "v", descriptor = "J")
|
||||
public long aLong55;
|
||||
|
||||
@OriginalMember(owner = "client!eb", name = "<init>", descriptor = "(J)V")
|
||||
public Class3_Sub10(@OriginalArg(0) long arg0) {
|
||||
this.aLong55 = arg0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue