ScoreDistribution

@Serializable
data class ScoreDistribution(val score: Int, val amount: Int)

Constructors

Link copied to clipboard
constructor(score: Int, amount: Int)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard
val score: Int