Fix manual downloading and integrate it into the main app

This commit is contained in:
Timothy Baldridge 2020-02-10 16:25:24 -07:00
parent 2674743ae9
commit 7164296cb1
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace Wabbajack.Lib
{
public class ManuallyDownloadFile
{
}
}

View File

@ -0,0 +1,7 @@
namespace Wabbajack.Test
{
public class EncryptedDataTests
{
}
}