mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
18
client/src/main/java/Class114.java
Normal file
18
client/src/main/java/Class114.java
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!od")
|
||||
public final class Class114 {
|
||||
|
||||
@OriginalMember(owner = "client!od", name = "j", descriptor = "I")
|
||||
public int anInt4248;
|
||||
|
||||
@OriginalMember(owner = "client!od", name = "k", descriptor = "I")
|
||||
public int anInt4249;
|
||||
|
||||
@OriginalMember(owner = "client!od", name = "l", descriptor = "I")
|
||||
public int anInt4250;
|
||||
|
||||
@OriginalMember(owner = "client!od", name = "m", descriptor = "I")
|
||||
public int anInt4251;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue