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
@@ -4,7 +4,7 @@ import "git.konjactw.dev/falloutBot/go-mc/data/packetid"
//codec:gen
type PingRequest struct {
payload int64
Payload int64
}
func (*PingRequest) PacketID() packetid.ServerboundPacketID {