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,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; }