mirror of https://github.com/tuyoogame/YooAsset
Update HttpDownloader.cs
parent
d697ebe521
commit
97a7624b94
|
@ -8,6 +8,7 @@ using System.Threading;
|
||||||
|
|
||||||
namespace YooAsset
|
namespace YooAsset
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
internal sealed class HttpDownloader : DownloaderBase
|
internal sealed class HttpDownloader : DownloaderBase
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -283,4 +284,5 @@ namespace YooAsset
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
Loading…
Reference in New Issue