sampler-fork/config/position.go

7 lines
77 B
Go

package config
type Position struct {
X int `yaml:"x"`
Y int `yaml:"y"`
}