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

8 lines
106 B
Go

package client
//codec:gen
type HurtAnimation struct {
EntityID int32 `mc:"VarInt"`
Yaw float32
}