Add /entity cmd (#1129)

* Update MinecraftClient.csproj

* Create Entitycmd.cs

* Update MinecraftClient.csproj

* Update Protocol18PacketTypes.cs

* Update Protocol18PacketTypes.cs
This commit is contained in:
Рома Данилов 2020-07-13 22:01:24 +05:00 committed by GitHub
parent 9370064072
commit 835df9b1fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 66 additions and 3 deletions

View file

@ -73,6 +73,8 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AutoTimeout.cs" />
<Compile Include="Commands\Entitycmd.cs" />
<Compile Include="Commands\Entitycmd.cs" />
<Compile Include="ChatBots\Alerts.cs" />
<Compile Include="ChatBots\AntiAFK.cs" />
<Compile Include="ChatBots\AutoAttack.cs" />
@ -319,4 +321,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>