code cleanup

This commit is contained in:
Ilia Denisov
2025-09-25 21:53:16 +03:00
parent 46066d890b
commit 6d87ea6086
8 changed files with 49 additions and 294 deletions
+9
View File
@@ -0,0 +1,9 @@
package game
type Science struct {
Name string
Drive float64
Weapons float64
Shields float64
Cargo float64
}
+7
View File
@@ -0,0 +1,7 @@
package game
type GameParameter struct {
Series string
Players uint
Public bool
}
-4
View File
@@ -6,10 +6,6 @@ import (
"github.com/iliadenisov/galaxy/pkg/number"
)
type Ship struct {
TypeName string
}
type ShipType struct {
Name string
Drive float64 // [0], [1...]