EnumTypeList

@Singleton
class EnumTypeList @Inject constructor(cache: Cache) : ArchiveConfigTypeList<EnumType>

Constructors

Link copied to clipboard
@Inject
constructor(cache: Cache)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun get(id: Int): EnumType?