Changed KnownTypes

This commit is contained in:
erri120 2019-10-27 14:48:51 +01:00
parent df3d6b4179
commit 5128884b74
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -18,9 +18,9 @@ namespace Wabbajack.Lib
typeof(SourcePatch), typeof(MergedPatch), typeof(Archive), typeof(IndexedArchive), typeof(IndexedEntry),
typeof(IndexedArchiveEntry), typeof(BSAIndexedEntry), typeof(VirtualFile),
typeof(ArchiveStateObject), typeof(FileStateObject), typeof(IDownloader),
typeof(IUrlDownloader), typeof(AbstractDownloadState), typeof(ManualDownloader),
typeof(DropboxDownloader), typeof(GoogleDriveDownloader), typeof(HTTPDownloader),
typeof(MegaDownloader), typeof(ModDBDownloader), typeof(NexusDownloader)
typeof(IUrlDownloader), typeof(AbstractDownloadState), typeof(ManualDownloader.State),
typeof(DropboxDownloader), typeof(GoogleDriveDownloader.State), typeof(HTTPDownloader.State),
typeof(MegaDownloader.State), typeof(ModDBDownloader.State), typeof(NexusDownloader.State)
}
};
}