make list
This commit is contained in:
8
ModpackUpdater/IActionSetInfos.cs
Normal file
8
ModpackUpdater/IActionSetInfos.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ModpackUpdater;
|
||||
|
||||
public interface IActionSetInfos
|
||||
{
|
||||
Version Version { get; }
|
||||
|
||||
IEnumerable<InstallAction> Actions { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user