Split packets

This commit is contained in:
EntenKoeniq
2022-01-01 03:07:18 +01:00
parent 21a5ed2b31
commit 7cc91ebbbd
15 changed files with 4278 additions and 4381 deletions

View File

@ -86,7 +86,9 @@
<Compile Include="Menus\Sub\Servers.cs" />
<Compile Include="Menus\Sub\Settings.cs" />
<Compile Include="Networking.cs" />
<Compile Include="Packets.cs" />
<Compile Include="Packets\NPCPackets.cs" />
<Compile Include="Packets\Packets.cs" />
<Compile Include="Packets\PlayerPackets.cs" />
<Compile Include="PlayerList.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WorldThread.cs" />