package mpp
import "encoding/json"
type Vector2 struct {
X json.Number `json:"x"`
Y json.Number `json:"y"`
}