add mediafire state to CerasConfig

This commit is contained in:
Timothy Baldridge 2019-11-02 15:20:05 -06:00
parent 85cf125ac8
commit f33b018295

View File

@ -22,7 +22,7 @@ namespace Wabbajack.Lib
typeof(DropboxDownloader), typeof(GoogleDriveDownloader.State), typeof(HTTPDownloader.State),
typeof(MegaDownloader.State), typeof(ModDBDownloader.State), typeof(NexusDownloader.State),
typeof(BSAStateObject), typeof(BSAFileStateObject), typeof(BA2StateObject), typeof(BA2DX10EntryState),
typeof(BA2FileEntryState)
typeof(BA2FileEntryState), typeof(MediaFireDownloader.State)
}
};
}