7 lines
89 B
Go
7 lines
89 B
Go
package client
|
|
|
|
//codec:gen
|
|
type CloseContainer struct {
|
|
WindowID int32 `mc:"VarInt"`
|
|
}
|