mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-26 04:18:22 +02:00
Added packets for various search things Showmo found.
This commit is contained in:
parent
e819603432
commit
af121f52bd
13 changed files with 104 additions and 14 deletions
|
@ -264,6 +264,7 @@
|
|||
<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\ItemSearchClosePacket.cs" />
|
||||
<Compile Include="packets\send\search\PlayerSearchResult.cs" />
|
||||
<Compile Include="packets\send\search\ItemSearchResult.cs" />
|
||||
<Compile Include="packets\send\search\PlayerSearchCommentResultPacket.cs" />
|
||||
|
@ -271,6 +272,12 @@
|
|||
<Compile Include="packets\send\search\ItemSearchResultsEndPacket.cs" />
|
||||
<Compile Include="packets\send\search\ItemSearchResultsBodyPacket.cs" />
|
||||
<Compile Include="packets\send\search\ItemSearchResultsBeginPacket.cs" />
|
||||
<Compile Include="packets\send\search\RetainerResultBodyPacket.cs" />
|
||||
<Compile Include="packets\send\search\RetainerResultEndPacket.cs" />
|
||||
<Compile Include="packets\send\search\RetainerResultUpdatePacket.cs" />
|
||||
<Compile Include="packets\send\search\RetainerSearchHistoryPacket.cs" />
|
||||
<Compile Include="packets\send\search\RetainerSearchHistoryResult.cs" />
|
||||
<Compile Include="packets\send\search\RetainerSearchResult.cs" />
|
||||
<Compile Include="packets\send\SendMessagePacket.cs" />
|
||||
<Compile Include="packets\send\SetMapPacket.cs" />
|
||||
<Compile Include="packets\send\SetMusicPacket.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue