add maintenance mode & improve & bugfixing
This commit is contained in:
10
ModpackUpdater.Manager/UpdateCheckOptions.cs
Normal file
10
ModpackUpdater.Manager/UpdateCheckOptions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using ModpackUpdater.Model;
|
||||
|
||||
namespace ModpackUpdater.Manager;
|
||||
|
||||
public class UpdateCheckOptions
|
||||
{
|
||||
public bool IgnoreMaintenance { get; set; }
|
||||
public bool AllowUpdaterAfterInstall { get; set; } = true;
|
||||
public Side Side { get; set; } = Side.Client;
|
||||
}
|
||||
Reference in New Issue
Block a user