Files
galaxy-game/pkg/model/game/map.go
T
2025-09-25 02:13:16 +03:00

8 lines
81 B
Go

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