mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
refactor: clean up usings
This commit is contained in:
parent
010a4972cd
commit
ff6fa4bf50
12 changed files with 0 additions and 16 deletions
|
|
@ -3,8 +3,6 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Dalamud.Game.Text.SeStringHandling.Payloads
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -23,7 +21,6 @@ namespace Dalamud.Game.Text.SeStringHandling.Payloads
|
|||
/// <summary>
|
||||
/// Gets the plugin name to be linked.
|
||||
/// </summary>
|
||||
[NotNull]
|
||||
public string Plugin { get; internal set; } = string.Empty;
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue