finalize model for option sets
This commit is contained in:
6
ModpackUpdater/IActionSet.cs
Normal file
6
ModpackUpdater/IActionSet.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace ModpackUpdater;
|
||||
|
||||
public interface IActionSet
|
||||
{
|
||||
IEnumerable<InstallAction> Actions { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user