mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
16 lines
411 B
Java
16 lines
411 B
Java
public class Version {
|
|
|
|
//public static int unused = 203;
|
|
public static int CLIENT = 204;
|
|
public static int CONFIG = 85;
|
|
public static int MAPS = 63;
|
|
public static int MEDIA = 58;
|
|
public static int MODELS = 36;
|
|
public static int TEXTURES = 17;
|
|
public static int ENTITY = 24;
|
|
public static int SOUNDS = 1;
|
|
public static int FILTER = 2;
|
|
public static int FONTS = 1;
|
|
|
|
}
|