Creature

@Serializable
@SerialName(value = "creature")
data class Creature(val name: String) : DeathParticipant(source)

A creature that participated in a death.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
open override val name: String

The name of the creature.