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