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

7 lines
85 B
Go

package client
//codec:gen
type SetCenterChunk struct {
X, Z int32 `mc:"VarInt"`
}