GW2v2Luck

@Serializable
data class GW2v2Luck(val id: String, val value: Int)

Information about a player's luck.

Parameters

id

the type of luck (always "luck")

value

the amount of luck

Constructors

Link copied to clipboard
constructor(id: String, value: Int)

Properties

Link copied to clipboard
val id: String

This field holds the type of luck (always "luck").

Link copied to clipboard
val value: Int

This field holds the amount of luck.