Files
minego/codec/packet/game/client/move_entity_rot.go

9 lines
134 B
Go

package client
//codec:gen
type UpdateEntityRotation struct {
EntityID int32 `mc:"VarInt"`
Yaw, Pitch float32
OnGround bool
}