Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
openrs2/cache-550/src/main/kotlin/org/openrs2/cache/Js5ConfigGroup.kt

18 lines
627 B

package org.openrs2.cache
public object Js5ConfigGroup {
public const val FLUTYPE: Int = 1
public const val IDKTYPE: Int = 3
public const val FLOTYPE: Int = 4
public const val INVTYPE: Int = 5
public const val PARAMTYPE: Int = 11
public const val VAR_PLAYER: Int = 16
public const val STRUCTTYPE: Int = 26
public const val SKYBOXTYPE: Int = 29
public const val SKYBOXSPHERETYPE: Int = 30
public const val LIGHTTYPE: Int = 31
public const val BASTYPE: Int = 32
public const val CURSORTYPE: Int = 33
public const val MSITYPE: Int = 34
public const val MELTYPE: Int = 36
}