9 lines
145 B
Go
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")
|
|
}
|