Remove P2P UDP & Hackshield packets

This commit is contained in:
2025-04-13 09:05:07 +03:00
parent 5ba1cb44b9
commit 1e96dae60b
15 changed files with 0 additions and 432 deletions

View File

@ -281,8 +281,6 @@
<ClCompile Include="PythonMessenger.cpp" />
<ClCompile Include="PythonMiniMap.cpp" />
<ClCompile Include="PythonMiniMapModule.cpp" />
<ClCompile Include="PythonNetworkDatagram.cpp" />
<ClCompile Include="PythonNetworkDatagramModule.cpp" />
<ClCompile Include="PythonNetworkStream.cpp" />
<ClCompile Include="PythonNetworkStreamCommand.cpp" />
<ClCompile Include="PythonNetworkStreamEvent.cpp" />
@ -357,7 +355,6 @@
<ClInclude Include="PythonItem.h" />
<ClInclude Include="PythonMessenger.h" />
<ClInclude Include="PythonMiniMap.h" />
<ClInclude Include="PythonNetworkDatagram.h" />
<ClInclude Include="PythonNetworkStream.h" />
<ClInclude Include="PythonNonPlayer.h" />
<ClInclude Include="PythonPlayer.h" />