Add drop item for inventory

This commit is contained in:
ReinforceZwei 2020-05-24 15:06:06 +08:00 committed by ORelio
parent 902527502e
commit aaf6dca522
3 changed files with 33 additions and 6 deletions

View file

@ -10,6 +10,7 @@ namespace MinecraftClient.Inventory
LeftClick,
RightClick,
MiddleClick,
DropItem
DropItem,
DropItemStack
}
}