re-organze namespace
This commit is contained in:
11
ModpackUpdater.Apps.Client/UpdateCheckOptionsAdv.cs
Normal file
11
ModpackUpdater.Apps.Client/UpdateCheckOptionsAdv.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ModpackUpdater.Manager;
|
||||
|
||||
namespace ModpackUpdater.Apps.Client;
|
||||
|
||||
public class UpdateCheckOptionsAdv : UpdateCheckOptions
|
||||
{
|
||||
public string ProfileFolder { get; set; }
|
||||
public string ModpackConfig { get; set; }
|
||||
public bool NoUpdate { get; set; }
|
||||
public string ExtrasKey { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user