10 lines
174 B
Go
10 lines
174 B
Go
package client
|
|
|
|
import "git.konjactw.dev/patyhank/minego/pkg/protocol"
|
|
|
|
//codec:gen
|
|
type SetEntityVelocity struct {
|
|
EntityID int32 `mc:"VarInt"`
|
|
Velocity protocol.LpVec3
|
|
}
|