FairySoul

@Serializable
data class FairySoul(val fairyExchanges: Int? = null, val totalCollected: Int? = null, val unspentSouls: Int? = null)

Constructors

Link copied to clipboard
constructor(fairyExchanges: Int? = null, totalCollected: Int? = null, unspentSouls: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "fairy_exchanges")
val fairyExchanges: Int? = null
Link copied to clipboard
@SerialName(value = "total_collected")
val totalCollected: Int? = null
Link copied to clipboard
@SerialName(value = "unspent_souls")
val unspentSouls: Int? = null