forked from openrs2/openrs2
This will eventually hold the names of each JS5 archive in 550, as and when I confirm the names from the NXT beta client still match up with the functionality of each archive in 550. Currently it only holds then name of index 255. Signed-off-by: Graham <gpe@openrs2.dev>bzip2
parent
977dd0bd93
commit
06cad72eaa
@ -0,0 +1,5 @@ |
|||||||
|
package dev.openrs2.cache |
||||||
|
|
||||||
|
public object Js5Archive { |
||||||
|
public const val ARCHIVESET: Int = 255 |
||||||
|
} |
Loading…
Reference in new issue