Add command for dropping items from inventory (#1581)

* Add command for dropping items from inventory
* Allow other container to be used
This commit is contained in:
ReinforceZwei 2021-05-11 02:27:18 +08:00 committed by GitHub
parent f7e74c76c2
commit 1cd7c098c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 62 additions and 0 deletions

View file

@ -76,6 +76,7 @@
<Compile Include="ChatBots\AutoDrop.cs" />
<Compile Include="ChatBots\Mailer.cs" />
<Compile Include="ChatBots\ReplayCapture.cs" />
<Compile Include="Commands\DropItem.cs" />
<Compile Include="Commands\Entitycmd.cs" />
<Compile Include="ChatBots\Alerts.cs" />
<Compile Include="ChatBots\AntiAFK.cs" />