namespace Wabbajack.Lib.Downloaders { public interface IDownloader { AbstractDownloadState GetDownloaderState(dynamic archiveINI); /// /// Called before any downloads are inacted by the installer; /// void Prepare(); } }