RevealedGem

@Serializable
data class RevealedGem(val gemType: String, val mods: List<RevealedGemMod>)(source)

A gem that has been revealed for the character.

Constructors

Link copied to clipboard
constructor(gemType: String, mods: List<RevealedGemMod>)

Properties

Link copied to clipboard

The type of the gem.

Link copied to clipboard

The mods the gem has.