cleanup and reformatting

This commit is contained in:
Infi
2024-04-11 06:44:23 +02:00
parent 9f771c37e3
commit 48fec7dfaa
9 changed files with 240 additions and 199 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
namespace ChatTwo.Code;
internal enum InputChannel : uint {
internal enum InputChannel : uint
{
Tell = 0,
Say = 1,
Party = 2,
@@ -29,7 +30,7 @@ internal enum InputChannel : uint {
Linkshell6 = 24,
Linkshell7 = 25,
Linkshell8 = 26,
// Custom channels:
ExtraChatLinkshell1 = 1001,
ExtraChatLinkshell2 = 1002,