start implement

This commit is contained in:
ReinforceZwei 2020-05-24 10:33:09 +08:00 committed by ORelio
parent d6022d1ee9
commit 902527502e
4 changed files with 17 additions and 1 deletions

View file

@ -9,6 +9,7 @@ namespace MinecraftClient.Inventory
{
LeftClick,
RightClick,
MiddleClick
MiddleClick,
DropItem
}
}