mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 19:38:26 +02:00
Finished the character creator packets. Worked on the character list packets.
This commit is contained in:
parent
c78414f9be
commit
754f14862a
5 changed files with 112 additions and 20 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue