12 lines
171 B
Go
12 lines
171 B
Go
package client
|
|
|
|
import (
|
|
"git.konjactw.dev/patyhank/minego/pkg/protocol/slot"
|
|
)
|
|
|
|
//codec:gen
|
|
type SetPlayerInventory struct {
|
|
Slot int32 `mc:"VarInt"`
|
|
Data slot.Slot
|
|
}
|