PvpAmulet

@Serializable
data class PvpAmulet(val id: Int, val name: String, val icon: String, val attributes: PvpAmuletAttributes)

Data model for pvp amulet object

Constructors

Link copied to clipboard
constructor(id: Int, name: String, icon: String, attributes: PvpAmuletAttributes)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard