Lots of changes, still more to do
This commit is contained in:
@@ -23,3 +23,15 @@ type MatchResult struct {
|
||||
IsWinner bool
|
||||
MatchedDrawID int
|
||||
}
|
||||
|
||||
type PrizeRule struct {
|
||||
Game string
|
||||
MainMatches int
|
||||
BonusMatches int
|
||||
Tier string
|
||||
}
|
||||
|
||||
type MatchRunStats struct {
|
||||
TicketsMatched int
|
||||
WinnersFound int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user