add maintenance mode & improve & bugfixing
This commit is contained in:
10
ModpackUpdater/UpdateCheckOptionsAdv.cs
Normal file
10
ModpackUpdater/UpdateCheckOptionsAdv.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using ModpackUpdater.Manager;
|
||||
|
||||
namespace ModpackUpdater;
|
||||
|
||||
public class UpdateCheckOptionsAdv : UpdateCheckOptions
|
||||
{
|
||||
public string ProfileFolder { get; set; }
|
||||
public string ModpackConfig { get; set; }
|
||||
public bool NoUpdate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user