WIP getting jumping to work
This commit is contained in:
10
bot/path/inputs.go
Normal file
10
bot/path/inputs.go
Normal file
@ -0,0 +1,10 @@
|
||||
package path
|
||||
|
||||
// Inputs describes the desired movements of the player.
|
||||
type Inputs struct {
|
||||
Yaw, Pitch float64
|
||||
|
||||
ThrottleX, ThrottleZ float64
|
||||
|
||||
Jump bool
|
||||
}
|
Reference in New Issue
Block a user