manager: add proper support for options
This commit is contained in:
@@ -12,6 +12,7 @@ public class ModpackInfo
|
||||
public Version Version { get; set; }
|
||||
public string ConfigUrl { get; set; }
|
||||
public string ExtrasKey { get; set; }
|
||||
public InstallOptionValueDictionary Options { get; } = [];
|
||||
|
||||
[JsonIgnore]
|
||||
public string LocaLPath { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user