KenoPrizeRule

data class KenoPrizeRule(rowNumberCountFourOrLower: Int, rowNumberCountSixOrLower: Int, rowNumberCountEightOrLower: Int, rowNumberCountTenOrLower: Int, rowNumberCountTenSpecial: Int)

Constructors

Link copied to clipboard
constructor(rowNumberCountFourOrLower: Int, rowNumberCountSixOrLower: Int, rowNumberCountEightOrLower: Int, rowNumberCountTenOrLower: Int, rowNumberCountTenSpecial: Int)

Functions

Link copied to clipboard
fun hasPrize(correctNumbers: Int, rowCount: Int): Boolean