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