mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 06:54:43 +02:00
Added new search packets.
This commit is contained in:
parent
441c1a6383
commit
e819603432
8 changed files with 218 additions and 0 deletions
|
@ -264,7 +264,10 @@
|
|||
<Compile Include="packets\send\recruitment\EndRecruitmentPacket.cs" />
|
||||
<Compile Include="packets\send\recruitment\RecruiterStatePacket.cs" />
|
||||
<Compile Include="packets\send\recruitment\StartRecruitingResponse.cs" />
|
||||
<Compile Include="packets\send\search\PlayerSearchResult.cs" />
|
||||
<Compile Include="packets\send\search\ItemSearchResult.cs" />
|
||||
<Compile Include="packets\send\search\PlayerSearchCommentResultPacket.cs" />
|
||||
<Compile Include="packets\send\search\PlayerSearchInfoResultPacket.cs" />
|
||||
<Compile Include="packets\send\search\ItemSearchResultsEndPacket.cs" />
|
||||
<Compile Include="packets\send\search\ItemSearchResultsBodyPacket.cs" />
|
||||
<Compile Include="packets\send\search\ItemSearchResultsBeginPacket.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue