9 lines
134 B
Go
9 lines
134 B
Go
package client
|
|
|
|
//codec:gen
|
|
type UpdateEntityRotation struct {
|
|
EntityID int32 `mc:"VarInt"`
|
|
Yaw, Pitch float32
|
|
OnGround bool
|
|
}
|