Lots of changes, still more to do
This commit is contained in:
9
rules/thunderball.go
Normal file
9
rules/thunderball.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package rules
|
||||
|
||||
import "synlotto-website/models"
|
||||
|
||||
var ThunderballPrizeRules = []models.PrizeRule{
|
||||
{Game: "Thunderball", MainMatches: 5, BonusMatches: 1, Tier: "Jackpot"},
|
||||
{Game: "Thunderball", MainMatches: 5, BonusMatches: 0, Tier: "Second"},
|
||||
{Game: "Thunderball", MainMatches: 4, BonusMatches: 1, Tier: "Third"},
|
||||
}
|
||||
Reference in New Issue
Block a user