refactor: game funcs moved to controller

This commit is contained in:
Ilia Denisov
2026-01-15 14:42:04 +02:00
parent fe8a8d4150
commit 16aba8435d
47 changed files with 1023 additions and 3093 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
package controller
import (
// "github.com/iliadenisov/galaxy/internal/controller"
// "github.com/iliadenisov/galaxy/internal/game/battle"
"github.com/iliadenisov/galaxy/internal/model/game"
)
import "github.com/iliadenisov/galaxy/internal/model/game"
func TransformBattle(c *Cache, b *Battle) *game.BattleReport {
r := &game.BattleReport{