mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 12:44:16 +01:00
Fix IDE0250: Struct can be made 'readonly'
This commit is contained in:
parent
4895ee2efc
commit
383ebde202
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace Dalamud.Plugin.Internal.Types;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Plugin Definition.
|
/// Plugin Definition.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal struct PluginDef
|
internal readonly struct PluginDef
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PluginDef"/> struct.
|
/// Initializes a new instance of the <see cref="PluginDef"/> struct.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue