refactor package
This commit is contained in:
8
pkg/protocol/packet/game/client/set_experience.go
Normal file
8
pkg/protocol/packet/game/client/set_experience.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type SetExperience struct {
|
||||
ExperienceBar float32
|
||||
Level int32 `mc:"VarInt"`
|
||||
TotalExperience int32 `mc:"VarInt"`
|
||||
}
|
Reference in New Issue
Block a user