mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -6,7 +6,9 @@ import org.openrs2.deob.annotation.Pc;
|
|||
@OriginalClass("client!fe")
|
||||
public abstract class PathingEntity extends Entity {
|
||||
|
||||
@OriginalMember(owner = "client!fe", name = "A", descriptor = "I")
|
||||
@OriginalMember(owner = "client!ef", name = "a", descriptor = "[I")
|
||||
public static final int[] ANGLES = new int[] { 768, 1024, 1280, 512, 1536, 256, 0, 1792 };
|
||||
@OriginalMember(owner = "client!fe", name = "A", descriptor = "I")
|
||||
public int spotAnimStart;
|
||||
|
||||
@OriginalMember(owner = "client!fe", name = "S", descriptor = "I")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue