SlotMachineResult

@Serializable
data class SlotMachineResult(val rawValue: DiceResult)

Constructors

Link copied to clipboard
constructor(rawValue: DiceResult)

Properties

Link copied to clipboard
@Transient
val center: Int
Link copied to clipboard
Link copied to clipboard
@Transient
val left: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Transient
val right: Int
Link copied to clipboard