kartograph-maps/cmd/kartograph-map-generator/main.go
2021-02-26 14:29:04 +01:00

7 lines
58 B
Go

package generator
type Field struct {
X int
Y int
}