mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Started to implement inventory handling
This commit is contained in:
parent
76def0d56b
commit
5895a4161f
9 changed files with 148 additions and 1 deletions
|
|
@ -251,6 +251,9 @@
|
|||
<Compile Include="Commands\List.cs" />
|
||||
<Compile Include="Mapping\Location.cs" />
|
||||
<Compile Include="WinAPI\WindowsVersion.cs" />
|
||||
<Compile Include="Protocol\Inventory.cs" />
|
||||
<Compile Include="Protocol\InventoryType.cs" />
|
||||
<Compile Include="Protocol\Item.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue