Files
ducky/gamedata/gamedata.go
2024-12-08 12:24:33 -05:00

7 lines
68 B
Go

package gamedata
type Coordinates struct {
X float64
Y float64
}