remove PackageDownloader

This commit is contained in:
Bob
2010-04-13 20:37:32 +12:00
parent e38d978849
commit 3974f82a9e
7 changed files with 3 additions and 258 deletions

View File

@@ -39,12 +39,6 @@ namespace OpenRA.Server
/* client data */
public int PlayerIndex;
/* file server state */
public int NextChunk = 0;
public int NumChunks = 0;
public int RemainingBytes = 0;
public Stream Stream = null;
public byte[] PopBytes(int n)
{
var result = data.GetRange(0, n);