mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24: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>
|
||||
/// Plugin Definition.
|
||||
/// </summary>
|
||||
internal struct PluginDef
|
||||
internal readonly struct PluginDef
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PluginDef"/> struct.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue