PokeathlonStat

@Serializable
data class PokeathlonStat(val id: Int, val name: String, val names: List<Name>, val affectingNatures: NaturePokeathlonStatAffectSets)(source)

Constructors

Link copied to clipboard
constructor(id: Int, name: String, names: List<Name>, affectingNatures: NaturePokeathlonStatAffectSets)

Properties

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