package gamedata type Coordinates struct { X float64 `json:"X"` Y float64 `json:"Y"` }