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

8 lines
154 B
Go

package client
//codec:gen
type SetEntityVelocity struct {
EntityID int32 `mc:"VarInt"`
VelocityX, VelocityY, VelocityZ int16
}