CharmEntry

@Serializable
data class CharmEntry(val name: String, val cost: Int)(source)

A charm of an Auctioned character.

Constructors

Link copied to clipboard
constructor(name: String, cost: Int)

Properties

Link copied to clipboard
val cost: Int

The cost of the charm in charm points.

Link copied to clipboard

The name of the charm