11 lines
270 B
C#
11 lines
270 B
C#
using ModpackUpdater.Manager;
|
|
|
|
namespace ModpackUpdater.Apps.Client;
|
|
|
|
public class UpdateCheckOptionsAdv : UpdateCheckOptions
|
|
{
|
|
public string? ProfileFolder { get; set; }
|
|
public string? ModpackConfig { get; set; }
|
|
public string? ExtrasKey { get; set; }
|
|
}
|