Files
go-mc/bot/screen/inventory.go
2021-07-02 23:49:56 +08:00

9 lines
145 B
Go

package screen
type Inventory struct {
}
func (inv Inventory) SetSlot(i int, id int32, count byte, NBT interface{}) {
panic("implement me")
}