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