allow edit

This commit is contained in:
2024-09-08 17:04:13 +02:00
parent a02f275577
commit 27879f15c3
7 changed files with 182 additions and 20 deletions

View File

@@ -5,9 +5,15 @@ namespace ModpackUpdater;
public class InstallAction
{
[DefaultValue(null)]
public string Id { get; set; }
[DefaultValue(null)]
public string Name { get; set; }
[DefaultValue(null)]
public string Website { get; set; }
[DefaultValue(false)]
public bool IsZip { get; set; }