sampler-fork/config/size.go

7 lines
73 B
Go
Raw Normal View History

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