Fix StyleCop warnings

This commit is contained in:
RedworkDE 2026-01-04 16:00:10 +01:00
parent 790669e60a
commit 6e19aca481
4 changed files with 72 additions and 56 deletions

View file

@ -51,7 +51,6 @@ public interface IChatGui : IDalamudService
/// <param name="message">The message sent.</param>
public delegate void OnMessageUnhandledDelegate(XivChatType type, int timestamp, SeString sender, SeString message);
/// <summary>
/// A delegate type used with the <see cref="IChatGui.LogMessage"/> event.
/// </summary>