chore: remove boms
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using ChatTwo.Code;
|
||||
using ChatTwo.Code;
|
||||
using ChatTwo.GameFunctions.Types;
|
||||
using ChatTwo.Util;
|
||||
using Dalamud.Game.ClientState.Keys;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ChatTwo.Util;
|
||||
using ChatTwo.Util;
|
||||
using Dalamud.Utility.Signatures;
|
||||
using FFXIVClientStructs.FFXIV.Client.System.Framework;
|
||||
using FFXIVClientStructs.FFXIV.Client.UI;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Dalamud.Hooking;
|
||||
using Dalamud.Memory;
|
||||
using Dalamud.Utility.Signatures;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ChatTwo.Util;
|
||||
using ChatTwo.Util;
|
||||
using Dalamud.Utility.Signatures;
|
||||
using FFXIVClientStructs.FFXIV.Client.System.Framework;
|
||||
using FFXIVClientStructs.FFXIV.Client.UI.Agent;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using ChatTwo.Code;
|
||||
using ChatTwo.Code;
|
||||
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal sealed class ChatActivatedArgs {
|
||||
internal string? AddIfNotPresent { get; init; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
[Flags]
|
||||
internal enum ModifierFlag {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal enum RotateMode {
|
||||
None,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal sealed class TellHistoryInfo {
|
||||
internal string Name { get; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
namespace ChatTwo.GameFunctions.Types;
|
||||
|
||||
internal sealed class TellTarget {
|
||||
internal string Name { get; }
|
||||
|
||||
Reference in New Issue
Block a user