~ruther/NosSmooth

44ccde110e0c36ad36a7d0593fd3755764e85b14 — František Boháček 2 years ago 33d4c16
chore: fix raid type justification
1 files changed, 2 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Enums/Raids/RaidType.cs
M Packets/NosSmooth.Packets/Enums/Raids/RaidType.cs => Packets/NosSmooth.Packets/Enums/Raids/RaidType.cs +2 -1
@@ 5,13 5,14 @@
//  Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Diagnostics.CodeAnalysis;
#pragma warning disable CS1591

namespace NosSmooth.Packets.Enums.Raids;

/// <summary>
/// A type of a raid.
/// </summary>
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1602:Enumeration items should be documented", Justification = "Self explanatory.")]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1602:Enumeration items should be documented", Justification = "Self-explanatory.")]
public enum RaidType
{
    Cuby = 0,

Do not follow this link