refactor package
This commit is contained in:
8
pkg/protocol/packet/game/client/move_entity_rot.go
Normal file
8
pkg/protocol/packet/game/client/move_entity_rot.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type UpdateEntityRotation struct {
|
||||
EntityID int32 `mc:"VarInt"`
|
||||
Yaw, Pitch float32
|
||||
OnGround bool
|
||||
}
|
Reference in New Issue
Block a user