mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
Merge remote-tracking branch 'origin/master' into apiX-rollup
This commit is contained in:
commit
4e331b1d85
28 changed files with 1320 additions and 341 deletions
|
|
@ -1,6 +1,9 @@
|
|||
namespace Dalamud.Configuration.Internal;
|
||||
|
||||
public record PluginTestingOptIn
|
||||
/// <summary>
|
||||
/// Represents a plugin that has opted in to testing.
|
||||
/// </summary>
|
||||
internal record PluginTestingOptIn
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PluginTestingOptIn"/> class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue