Files
minecraft-modpack-updater/ModpackUpdater/IActionSetInfos.cs
2025-06-27 09:29:57 +02:00

8 lines
146 B
C#

namespace ModpackUpdater;
public interface IActionSetInfos : IActionSet
{
Version Version { get; set; }
bool IsPublic { get; set; }
}