Added WabbajackCDNDownloader.State to KnownSubTypes

This commit is contained in:
erri120 2020-05-10 17:29:52 +02:00
parent 419867fc8b
commit 500f7d2589
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -39,7 +39,8 @@ namespace Wabbajack.Lib.Downloaders
typeof(DeadlyStreamDownloader.State),
typeof(TESAllianceDownloader.State),
typeof(BethesdaNetDownloader.State),
typeof(YouTubeDownloader.State)
typeof(YouTubeDownloader.State),
typeof(WabbajackCDNDownloader.State)
};
public static Dictionary<string, Type> NameToType { get; set; }
public static Dictionary<Type, string> TypeToName { get; set; }