refactor: clean up usings

This commit is contained in:
goat 2021-08-22 23:11:47 +02:00
parent 010a4972cd
commit ff6fa4bf50
No known key found for this signature in database
GPG key ID: F18F057873895461
12 changed files with 0 additions and 16 deletions

View file

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