mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -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
client/src/main/java/NpcList.java
Normal file
6
client/src/main/java/NpcList.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
public class NpcList {
|
||||
@OriginalMember(owner = "client!nm", name = "S", descriptor = "[Lclient!km;")
|
||||
public static final Npc[] npcs = new Npc[32768];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue