sampler-fork/app/config/position.go

6 lines
76 B
Go
Raw Normal View History

2019-01-25 04:10:38 +00:00
package config
type Position struct {
X int `yaml:"x"`
Y int `yaml:"y"`
}