cmd: create ship type

This commit is contained in:
Ilia Denisov
2025-09-30 23:40:50 +03:00
parent c6ccc2df9f
commit 6f29288096
8 changed files with 280 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func TestComposeGame(t *testing.T) {
})
}
func g(t *testing.T, f func(func(*game.Param), func() mg.Game)) {
func g(t *testing.T, f func(p func(*game.Param), g func() mg.Game)) {
root, cleanup := util.CreateWorkDir(t)
defer cleanup()
races := make([]string, testRaceCount)