QuickGameWinning

data class QuickGameWinning(val amount: Int, val type: WinningType)

Quick game winning

Constructors

Link copied to clipboard
constructor(amount: Int, type: WinningType)

Properties

Link copied to clipboard
val amount: Int

The amount of the winning

Link copied to clipboard

The type of the winning, see WinningType