refactor package
This commit is contained in:
10
pkg/protocol/packet/game/client/set_health.go
Normal file
10
pkg/protocol/packet/game/client/set_health.go
Normal file
@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
import "git.konjactw.dev/patyhank/minego/codec/metadata"
|
||||
|
||||
//codec:gen
|
||||
type SetHealth struct {
|
||||
Health float32
|
||||
Food metadata.VarInt
|
||||
FoodSaturation float32
|
||||
}
|
Reference in New Issue
Block a user