Guardian

data class Guardian(val name: String, val icon: String)

The guardian of a character.

Constructors

Link copied to clipboard
constructor(name: String, icon: String)

Properties

Link copied to clipboard

The URL to the icon of the guardian.

Link copied to clipboard

The name of the guardian.