mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
13
client/src/main/java/Class22_Sub1.java
Normal file
13
client/src/main/java/Class22_Sub1.java
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!db")
|
||||
public final class Class22_Sub1 extends Class22 {
|
||||
|
||||
@OriginalMember(owner = "client!db", name = "a", descriptor = "(Lclient!gf;I)Lclient!gf;")
|
||||
@Override
|
||||
public final Class3_Sub2_Sub10 method1027(@OriginalArg(0) Class3_Sub2_Sub10 arg0) {
|
||||
return new Class3_Sub2_Sub10_Sub2(arg0.method3618());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue