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

8 lines
89 B
Go

package client
//codec:gen
type PlayerRotation struct {
Yaw float32
Pitch float32
}