rove/pkg/game/geom.go

7 lines
75 B
Go
Raw Normal View History

package game
type Position struct {
X int `json:"x"`
Y int `json:"y"`
}