7 lines
96 B
Go
7 lines
96 B
Go
package client
|
|
|
|
//codec:gen
|
|
type SetRenderDistance struct {
|
|
ViewDistance int32 `mc:"VarInt"`
|
|
}
|