mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-18 00:45:14 -06: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
32
client/src/main/java/rt4/Class5.java
Normal file
32
client/src/main/java/rt4/Class5.java
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
package rt4;
|
||||
|
||||
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 valid = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue