finalize model for option sets
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
namespace ModpackUpdater;
|
||||
|
||||
public interface IActionSetInfos
|
||||
public interface IActionSetInfos : IActionSet
|
||||
{
|
||||
Version Version { get; set; }
|
||||
|
||||
public bool IsPublic { get; set; }
|
||||
|
||||
IEnumerable<InstallAction> Actions { get; }
|
||||
bool IsPublic { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user