refactor package
This commit is contained in:
10
pkg/protocol/packet/game/client/entity_position_sync.go
Normal file
10
pkg/protocol/packet/game/client/entity_position_sync.go
Normal file
@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type TeleportEntity struct {
|
||||
EntityID int32 `mc:"VarInt"`
|
||||
X, Y, Z float64
|
||||
VelocityX, VelocityY, VelocityZ float64
|
||||
Yaw, Pitch float32
|
||||
OnGround bool
|
||||
}
|
Reference in New Issue
Block a user