refactor: game funcs moved to controller
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user