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