citylimits/component/velocity.go

6 lines
58 B
Go

package component
type Velocity struct {
X, Y float64
}