fix codecs

This commit is contained in:
2026-02-21 21:02:48 +08:00
parent da87c54494
commit b47183ba63
8 changed files with 181 additions and 178 deletions
@@ -5,7 +5,7 @@ import "git.konjactw.dev/falloutBot/go-mc/data/packetid"
//codec:gen
type MovePlayerPosRot struct {
X, FeetY, Z float64
Yaw, Pitch float32
XRot, YRot float32
Flags int8
}