mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 03:48:23 +02:00
I've begun working on implementing social packets.
This commit is contained in:
parent
1b190b1b4f
commit
bda686681d
5 changed files with 55 additions and 0 deletions
|
@ -137,6 +137,13 @@
|
|||
<Compile Include="packets\send\SetMapPacket.cs" />
|
||||
<Compile Include="packets\send\SetMusicPacket.cs" />
|
||||
<Compile Include="packets\send\SetWeatherPacket.cs" />
|
||||
<Compile Include="packets\send\supportdesk\IssueListResponsePacket.cs" />
|
||||
<Compile Include="packets\send\supportdesk\StartGMTicketPacket.cs" />
|
||||
<Compile Include="packets\send\supportdesk\EndGMTicketPacket.cs" />
|
||||
<Compile Include="packets\send\supportdesk\FaqBodyResponsePacket.cs" />
|
||||
<Compile Include="packets\send\supportdesk\FaqListResponsePacket.cs" />
|
||||
<Compile Include="packets\send\supportdesk\GMTicketPacket.cs" />
|
||||
<Compile Include="packets\send\supportdesk\GMTicketSentResponsePacket.cs" />
|
||||
<Compile Include="packets\SubPacket.cs" />
|
||||
<Compile Include="packets\receive\PingPacket.cs" />
|
||||
<Compile Include="packets\receive\UpdatePlayerPositionPacket.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue