Files
go-mc/bot/phy/inputs.go
2020-09-19 15:59:03 -07:00

9 lines
144 B
Go

package phy
// Inputs describes the desired movements of the player.
type Inputs struct {
Yaw, Pitch float64
ThrottleX, ThrottleZ float64
}