update codecs

This commit is contained in:
2025-12-05 16:47:53 +08:00
parent d524687d51
commit 1718f54fb1
13 changed files with 372 additions and 378 deletions
@@ -2,6 +2,8 @@ package client
//codec:gen
type PlayerRotation struct {
Yaw float32
Pitch float32
Yaw float32
RelYaw bool
Pitch float32
RelPitch bool
}