7 lines
79 B
Go
7 lines
79 B
Go
package client
|
|
|
|
//codec:gen
|
|
type OpenBook struct {
|
|
Hand int32 `mc:"VarInt"`
|
|
}
|