mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 19:38:26 +02:00
Renamed the Inventory class file to ItemPackage (class was already renamed). Moved ItemPackage and Equipment classes to Character folder. Fixed unequip bug introduced by accidently removing InventoryBeginChangePacket. Added documentation to the Equipment class. Cleaned up Equipment packet code.
This commit is contained in:
parent
267961233f
commit
02e1b8a82f
5 changed files with 1018 additions and 959 deletions
|
@ -139,8 +139,8 @@
|
|||
<Compile Include="actors\chara\AetheryteWork.cs" />
|
||||
<Compile Include="actors\chara\npc\Retainer.cs" />
|
||||
<Compile Include="actors\chara\npc\Pet.cs" />
|
||||
<Compile Include="actors\chara\player\Equipment.cs" />
|
||||
<Compile Include="actors\chara\player\Inventory.cs" />
|
||||
<Compile Include="actors\chara\Equipment.cs" />
|
||||
<Compile Include="actors\chara\ItemPackage.cs" />
|
||||
<Compile Include="actors\chara\SubState.cs" />
|
||||
<Compile Include="actors\chara\Work.cs" />
|
||||
<Compile Include="actors\debug\Debug.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue