7 lines
85 B
Go
7 lines
85 B
Go
package client
|
|
|
|
//codec:gen
|
|
type SetCenterChunk struct {
|
|
X, Z int32 `mc:"VarInt"`
|
|
}
|