Package-level declarations

Types

Link copied to clipboard
@Serializable
data class DyeSlot(val colorId: Int, val material: String)

Data model for mount skin's dye slot object

Link copied to clipboard
@Serializable
data class MountSkin(val id: Int, val name: String, val icon: String, val mount: String, val dyeSlots: List<DyeSlot>)

Data model for mount skin object