feat: finish game; store reports
This commit is contained in:
@@ -32,6 +32,9 @@ type Repo interface {
|
||||
|
||||
// SaveBombing stores all prodused bombings for turn t
|
||||
SaveBombings(t uint, b []*game.Bombing) error
|
||||
|
||||
// SaveReport stores latest report for a race
|
||||
SaveReport(t uint, rep *report.Report) error
|
||||
}
|
||||
|
||||
type Controller struct {
|
||||
|
||||
Reference in New Issue
Block a user