chore: remove boms

This commit is contained in:
Anna
2022-02-15 13:02:46 -05:00
parent 9b7b84a58d
commit a0525562ff
49 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
using ChatTwo.Code;
using ChatTwo.Code;
using ChatTwo.GameFunctions.Types;
using ChatTwo.Util;
using Dalamud.Game.ClientState.Keys;
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
using Dalamud.Hooking;
using Dalamud.Memory;
using Dalamud.Utility.Signatures;
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
namespace ChatTwo.GameFunctions.Types;
namespace ChatTwo.GameFunctions.Types;
[Flags]
internal enum ModifierFlag {
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
namespace ChatTwo.GameFunctions.Types;
namespace ChatTwo.GameFunctions.Types;
internal sealed class TellTarget {
internal string Name { get; }