Fix IDE0250: Struct can be made 'readonly'

This commit is contained in:
Haselnussbomber 2025-10-24 04:36:30 +02:00
parent 4895ee2efc
commit 383ebde202
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -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.