wip: generate report
This commit is contained in:
@@ -31,7 +31,7 @@ type Repo interface {
|
||||
SaveBattle(t uint, b *report.BattleReport, m *game.BattleMeta) error
|
||||
|
||||
// SaveBombing stores all prodused bombings for turn t
|
||||
SaveBombings(t uint, b []report.BombingPlanetReport) error
|
||||
SaveBombings(t uint, b []*game.Bombing) error
|
||||
}
|
||||
|
||||
type Controller struct {
|
||||
|
||||
Reference in New Issue
Block a user