mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
30
client/src/main/java/Class5.java
Normal file
30
client/src/main/java/Class5.java
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!ae")
|
||||
public final class Class5 {
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "a", descriptor = "S")
|
||||
public short aShort2;
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "b", descriptor = "S")
|
||||
public short aShort3;
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "c", descriptor = "S")
|
||||
public short aShort4;
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "d", descriptor = "S")
|
||||
public short aShort5;
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "e", descriptor = "S")
|
||||
public short aShort6;
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "f", descriptor = "S")
|
||||
public short aShort7;
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "g", descriptor = "S")
|
||||
public short aShort8;
|
||||
|
||||
@OriginalMember(owner = "client!ae", name = "h", descriptor = "Z")
|
||||
public boolean aBoolean3 = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue