Update HttpDownloader.cs

pull/40/head
hevinci 2022-09-09 15:15:58 +08:00
parent d697ebe521
commit 97a7624b94
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ using System.Threading;
namespace YooAsset
{
/*
internal sealed class HttpDownloader : DownloaderBase
{
/// <summary>
@ -283,4 +284,5 @@ namespace YooAsset
}
}
}
*/
}