gohan/examples/twinstick/component/velocity.go

9 lines
105 B
Go

//go:build example
// +build example
package component
type VelocityComponent struct {
X, Y float64
}