7 lines
84 B
Go
7 lines
84 B
Go
package client
|
|
|
|
//codec:gen
|
|
type SetCamera struct {
|
|
CameraID int32 `mc:"VarInt"`
|
|
}
|