some work
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
namespace ModpackUpdater.Apps.Manager.Api.Model;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Api.Model;
|
||||
|
||||
public abstract class WorkspaceConfig
|
||||
{
|
||||
[JsonProperty]
|
||||
public string ProviderId { get; internal set; } = "origin.unknown";
|
||||
|
||||
[JsonIgnore]
|
||||
public abstract string DisplayText { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user