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