AccountLuck

@Serializable
data class AccountLuck(val id: String, val value: Int)

Data model for account luck

Constructors

Link copied to clipboard
constructor(id: String, value: Int)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val value: Int