AllowExtras

This commit is contained in:
2024-06-20 22:42:46 +02:00
parent 87cfacfdbb
commit 68b940fddd
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ public class ModpackConfig
public string Name { get; set; }
public string UpdateUrl { get; set; }
public string InstallUrl { get; set; }
public bool IncludeExtras { get; set; }
public bool AllowExtras { get; set; }
[JsonIgnore]
public string ConfigUrl { get; set; }