Outfit

@Serializable
data class Outfit(val id: Int, val name: String, val icon: String, val unlockItems: List<Int>)

Data model for outfit object

Constructors

Link copied to clipboard
constructor(id: Int, name: String, icon: String, unlockItems: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "unlock_items")
val unlockItems: List<Int>