refactor package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type SetEntityVelocity struct {
|
||||
EntityID int32 `mc:"VarInt"`
|
||||
VelocityX, VelocityY, VelocityZ int16
|
||||
}
|
||||
Reference in New Issue
Block a user