mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added WabbajackCDNDownloader.State to KnownSubTypes
This commit is contained in:
parent
419867fc8b
commit
500f7d2589
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user