fix: add DalamudBetaKind to DalamudConfiguration.cs

This commit is contained in:
goat 2021-07-11 13:59:33 +02:00
parent 7ed04e80cd
commit 360c9f48aa
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -143,6 +143,11 @@ namespace Dalamud.Configuration
/// </summary>
public bool IsAntiAntiDebugEnabled { get; set; } = false;
/// <summary>
/// Specifies the kind of beta to download when <see cref="DoDalamudTest"/> is set to true.
/// </summary>
public string DalamudBetaKind { get; set; }
/// <summary>
/// Load a configuration from the provided path.
/// </summary>