add file state objects to serialization

This commit is contained in:
Timothy Baldridge 2019-11-02 12:20:39 -06:00
parent 5718610f32
commit 9cbdbdfa0a

View File

@ -21,7 +21,8 @@ namespace Wabbajack.Lib
typeof(IUrlDownloader), typeof(AbstractDownloadState), typeof(ManualDownloader.State),
typeof(DropboxDownloader), typeof(GoogleDriveDownloader.State), typeof(HTTPDownloader.State),
typeof(MegaDownloader.State), typeof(ModDBDownloader.State), typeof(NexusDownloader.State),
typeof(BSAStateObject)
typeof(BSAStateObject), typeof(BSAFileStateObject), typeof(BA2StateObject), typeof(BA2DX10EntryState),
typeof(BA2FileEntryState)
}
};
}