Merge branch 'net5'

This commit is contained in:
goat 2022-07-14 19:30:35 +02:00
commit 42ea6968a6
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
5 changed files with 20 additions and 44 deletions

View file

@ -228,16 +228,6 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public string DalamudBetaKind { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not all plugins, regardless of API level, should be loaded.
/// </summary>
public bool LoadAllApiLevels { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not banned plugins should be loaded.
/// </summary>
public bool LoadBannedPlugins { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not any plugin should be loaded when the game is started.
/// It is reset immediately when read.