Update HttpDownloader.cs

This commit is contained in:
hevinci
2022-09-09 15:15:58 +08:00
parent d697ebe521
commit 97a7624b94

View File

@@ -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
} }
} }
} }
*/
} }