Progress on file transfers (class for receiving files, FileSender can transfer multiple files to the same recipient simultaneously)

This commit is contained in:
Regalis
2017-03-07 20:03:40 +02:00
parent 11b7903d4a
commit 5450ff498a
5 changed files with 403 additions and 8 deletions
+1
View File
@@ -155,6 +155,7 @@
<Compile Include="Source\Networking\BanList.cs" />
<Compile Include="Source\Networking\ChatMessage.cs" />
<Compile Include="Source\Networking\Client.cs" />
<Compile Include="Source\Networking\FileTransfer\FileReceiver.cs" />
<Compile Include="Source\Networking\FileTransfer\FileSender.cs" />
<Compile Include="Source\Networking\GameServerLogin.cs" />
<Compile Include="Source\Networking\INetSerializable.cs" />