Files
galaxy-game/internal/model/rest/status.go
T
2026-01-07 18:38:06 +02:00

7 lines
96 B
Go

package rest
type Status struct {
Turn uint `json:"turn"`
Players int `json:"players"`
}