Files
minego/pkg/protocol/packet/game/client/move_entity_rot.go
2025-08-22 05:14:59 +08:00

9 lines
134 B
Go

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