Files
minecraft-modpack-updater/ModpackUpdater.Apps.Client/UpdateCheckOptionsAdv.cs
2024-09-06 08:45:36 +02:00

12 lines
306 B
C#

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