Package-level declarations

Types

Link copied to clipboard
abstract class ArchiveConfigTypeList<T : ConfigType>(cache: Cache, archive: Int, fileBits: Int) : ConfigTypeList<T>
Link copied to clipboard
abstract class ConfigType(val id: Int)
Link copied to clipboard
abstract class ConfigTypeList<T : ConfigType>(cache: Cache, archive: Int)
Link copied to clipboard
abstract class GroupConfigTypeList<T : ConfigType>(cache: Cache, archive: Int, group: Int) : ConfigTypeList<T>