Files
minecraft-modpack-updater/ModpackUpdater/UpdateCheckOptionsAdv.cs

11 lines
252 B
C#

using ModpackUpdater.Manager;
namespace ModpackUpdater;
public class UpdateCheckOptionsAdv : UpdateCheckOptions
{
public string ProfileFolder { get; set; }
public string ModpackConfig { get; set; }
public bool NoUpdate { get; set; }
}