refactor package
This commit is contained in:
11
pkg/protocol/packet/game/client/set_entity_data.go
Normal file
11
pkg/protocol/packet/game/client/set_entity_data.go
Normal file
@ -0,0 +1,11 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"git.konjactw.dev/patyhank/minego/codec/metadata"
|
||||
)
|
||||
|
||||
//codec:gen
|
||||
type SetEntityMetadata struct {
|
||||
EntityID int32 `mc:"VarInt"`
|
||||
Metadata metadata.EntityMetadata
|
||||
}
|
Reference in New Issue
Block a user