commandeuropa/component/movable.go

6 lines
58 B
Go

package component
type Movable struct {
Speed float64
}