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
}