Finished the character creator packets. Worked on the character list packets.

This commit is contained in:
Filip Maj 2015-09-07 23:43:23 -04:00
parent c78414f9be
commit 754f14862a
5 changed files with 112 additions and 20 deletions

View file

@ -63,6 +63,8 @@
<Compile Include="dataobjects\World.cs" />
<Compile Include="PacketProcessor.cs" />
<Compile Include="packets\BasePacket.cs" />
<Compile Include="packets\MakeCharaPacket.cs" />
<Compile Include="packets\ReserveCharaPacket.cs" />
<Compile Include="packets\RetainerListPacket.cs" />
<Compile Include="packets\ErrorPacket.cs" />
<Compile Include="packets\HardCoded_Packets.cs" />