chore: remove boms
This commit is contained in:
@@ -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