AccessoryBagStorage

@Serializable
data class AccessoryBagStorage(val tuning: Map<String, TuningSlot>? = null, val selectedPower: String? = null, val bagUpgradesPurchased: Int? = null, val unlockedPowers: List<String>? = null, val highestMagicalPower: Int? = null)

Constructors

Link copied to clipboard
constructor(tuning: Map<String, TuningSlot>? = null, selectedPower: String? = null, bagUpgradesPurchased: Int? = null, unlockedPowers: List<String>? = null, highestMagicalPower: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "bag_upgrades_purchased")
val bagUpgradesPurchased: Int? = null
Link copied to clipboard
@SerialName(value = "highest_magical_power")
val highestMagicalPower: Int? = null
Link copied to clipboard
@SerialName(value = "selected_power")
val selectedPower: String? = null
Link copied to clipboard
val tuning: Map<String, TuningSlot>? = null
Link copied to clipboard
@SerialName(value = "unlocked_powers")
val unlockedPowers: List<String>? = null