From 97a7624b9476326893f3eb2360ecfb1702bb0003 Mon Sep 17 00:00:00 2001 From: hevinci Date: Fri, 9 Sep 2022 15:15:58 +0800 Subject: [PATCH] Update HttpDownloader.cs --- .../Runtime/DownloadSystem/Downloader/HttpDownloader.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/YooAsset/Runtime/DownloadSystem/Downloader/HttpDownloader.cs b/Assets/YooAsset/Runtime/DownloadSystem/Downloader/HttpDownloader.cs index 33088c0..fa33471 100644 --- a/Assets/YooAsset/Runtime/DownloadSystem/Downloader/HttpDownloader.cs +++ b/Assets/YooAsset/Runtime/DownloadSystem/Downloader/HttpDownloader.cs @@ -8,6 +8,7 @@ using System.Threading; namespace YooAsset { + /* internal sealed class HttpDownloader : DownloaderBase { /// @@ -283,4 +284,5 @@ namespace YooAsset } } } + */ } \ No newline at end of file