Files
galaxy-game/pkg/model/game/map.go
T
2025-09-23 18:36:22 +03:00

9 lines
82 B
Go

package game
type Map struct {
Width uint32
Height uint32
Planet []Planet
}