add modpack config to workspace (read-only via url)
This commit is contained in:
@@ -6,6 +6,8 @@ public interface IWorkspace
|
||||
{
|
||||
WorkspaceConfig Config { get; }
|
||||
|
||||
ModpackConfig? ModpackConfig { get; }
|
||||
|
||||
InstallInfos? InstallInfos { get; }
|
||||
|
||||
UpdateInfos? UpdateInfos { get; }
|
||||
|
||||
@@ -9,4 +9,6 @@ public abstract class WorkspaceConfig
|
||||
|
||||
[JsonIgnore]
|
||||
public abstract string DisplayText { get; }
|
||||
|
||||
public string? ModpackConfigUrl { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user