mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 13:00:21 -07:00
Consolidated a bunch of static classes
This commit is contained in:
parent
cf6a86e926
commit
774d382816
260 changed files with 4163 additions and 4536 deletions
|
|
@ -5,4 +5,8 @@ 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];
|
||||
@OriginalMember(owner = "client!cj", name = "i", descriptor = "[I")
|
||||
public static final int[] ids = new int[32768];
|
||||
@OriginalMember(owner = "client!wd", name = "g", descriptor = "I")
|
||||
public static int size = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue