mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 13:00:21 -07: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
8
client/src/main/java/rt4/NpcList.java
Normal file
8
client/src/main/java/rt4/NpcList.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package rt4;
|
||||
|
||||
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