CharmEntry

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

A charm of an auctioned character.

Constructors

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

Properties

Link copied to clipboard
val cost: Int

The cost of the charm.

Link copied to clipboard

The type of points needed to unlock this charm.

Link copied to clipboard
val grade: Int

The grade of the charm.

Link copied to clipboard

The name of the charm

Link copied to clipboard

The type of charm.