diff --git a/BotWrapper/BotWrapper.cs b/BotWrapper/BotWrapper.cs
index a622c263..71a0d86e 100644
--- a/BotWrapper/BotWrapper.cs
+++ b/BotWrapper/BotWrapper.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
using System.Collections.Generic;
using System.Text;
diff --git a/BotWrapper/BotWrapper.csproj b/BotWrapper/BotWrapper.csproj
index 634d25ce..6bf407c2 100644
--- a/BotWrapper/BotWrapper.csproj
+++ b/BotWrapper/BotWrapper.csproj
@@ -1,7 +1,8 @@
-
+
+ 65001
Debug
AnyCPU
{0665CA3B-C14F-40EC-ABFB-AD46A695F5A3}
@@ -59,11 +60,11 @@
-
\ No newline at end of file
diff --git a/BotWrapper/Properties/AssemblyInfo.cs b/BotWrapper/Properties/AssemblyInfo.cs
index fd3a9630..25c032f7 100644
--- a/BotWrapper/Properties/AssemblyInfo.cs
+++ b/BotWrapper/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
diff --git a/Config.cs b/Config.cs
index 3587bde5..18690f6d 100644
--- a/Config.cs
+++ b/Config.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.IO;
diff --git a/Decks/AI_Maliss.ydk b/Decks/AI_Maliss.ydk
index 6c185722..14df8b2b 100644
--- a/Decks/AI_Maliss.ydk
+++ b/Decks/AI_Maliss.ydk
@@ -1,4 +1,4 @@
-#created by MDPro3
+#created by MDPro3
#main
68337209
24224830
diff --git a/Decks/AI_Salamangreat.ydk b/Decks/AI_Salamangreat.ydk
index 3cc05b0b..8d81279a 100644
--- a/Decks/AI_Salamangreat.ydk
+++ b/Decks/AI_Salamangreat.ydk
@@ -1,4 +1,4 @@
-#created by ygopro2
+#created by ygopro2
#main
97268402
97268402
diff --git a/Decks/AI_Yubel.ydk b/Decks/AI_Yubel.ydk
index fa7d36ee..89bf0970 100644
--- a/Decks/AI_Yubel.ydk
+++ b/Decks/AI_Yubel.ydk
@@ -1,4 +1,4 @@
-#created by MDPro3
+#created by MDPro3
#main
4779091
90829280
diff --git a/Game/AI/AIUtil.cs b/Game/AI/AIUtil.cs
index 2ccbacc8..03f7c0f4 100644
--- a/Game/AI/AIUtil.cs
+++ b/Game/AI/AIUtil.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using YGOSharp.OCGWrapper.Enums;
diff --git a/Game/AI/CardContainer.cs b/Game/AI/CardContainer.cs
index 888e03f4..11290c2c 100644
--- a/Game/AI/CardContainer.cs
+++ b/Game/AI/CardContainer.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using YGOSharp.OCGWrapper.Enums;
using System;
using System.Linq;
diff --git a/Game/AI/CardExecutor.cs b/Game/AI/CardExecutor.cs
index 75509a77..1ef0cd16 100644
--- a/Game/AI/CardExecutor.cs
+++ b/Game/AI/CardExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace WindBot.Game.AI
{
diff --git a/Game/AI/CardExtension.cs b/Game/AI/CardExtension.cs
index 6e8ef4c5..8b41dadc 100644
--- a/Game/AI/CardExtension.cs
+++ b/Game/AI/CardExtension.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Linq;
using WindBot.Game.AI.Enums;
using YGOSharp.OCGWrapper.Enums;
diff --git a/Game/AI/CardSelector.cs b/Game/AI/CardSelector.cs
index 5a0cf2ba..26ea20f7 100644
--- a/Game/AI/CardSelector.cs
+++ b/Game/AI/CardSelector.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using YGOSharp.OCGWrapper.Enums;
namespace WindBot.Game.AI
diff --git a/Game/AI/DeckAttribute.cs b/Game/AI/DeckAttribute.cs
index 49bae161..68119531 100644
--- a/Game/AI/DeckAttribute.cs
+++ b/Game/AI/DeckAttribute.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace WindBot.Game.AI
{
diff --git a/Game/AI/Decks/AltergeistExecutor.cs b/Game/AI/Decks/AltergeistExecutor.cs
index bd320cfc..10ec653d 100644
--- a/Game/AI/Decks/AltergeistExecutor.cs
+++ b/Game/AI/Decks/AltergeistExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/BlackwingExecutor.cs b/Game/AI/Decks/BlackwingExecutor.cs
index 4aa2d6c0..5aaa3c8a 100644
--- a/Game/AI/Decks/BlackwingExecutor.cs
+++ b/Game/AI/Decks/BlackwingExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/BlueEyesExecutor.cs b/Game/AI/Decks/BlueEyesExecutor.cs
index 1abf3b4b..cb96b499 100644
--- a/Game/AI/Decks/BlueEyesExecutor.cs
+++ b/Game/AI/Decks/BlueEyesExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
using WindBot;
diff --git a/Game/AI/Decks/BlueEyesMaxDragonExecutor.cs b/Game/AI/Decks/BlueEyesMaxDragonExecutor.cs
index 6b26c1aa..73f16944 100644
--- a/Game/AI/Decks/BlueEyesMaxDragonExecutor.cs
+++ b/Game/AI/Decks/BlueEyesMaxDragonExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/BraveExecutor.cs b/Game/AI/Decks/BraveExecutor.cs
index 42f80dc6..48e95cc3 100644
--- a/Game/AI/Decks/BraveExecutor.cs
+++ b/Game/AI/Decks/BraveExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/BurnExecutor.cs b/Game/AI/Decks/BurnExecutor.cs
index fbc327ae..8fb871f3 100644
--- a/Game/AI/Decks/BurnExecutor.cs
+++ b/Game/AI/Decks/BurnExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/ChainBurnExecutor.cs b/Game/AI/Decks/ChainBurnExecutor.cs
index 5de8b9d8..81026644 100644
--- a/Game/AI/Decks/ChainBurnExecutor.cs
+++ b/Game/AI/Decks/ChainBurnExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/CyberDragonExecutor.cs b/Game/AI/Decks/CyberDragonExecutor.cs
index cd1c0ead..5fe4a79d 100644
--- a/Game/AI/Decks/CyberDragonExecutor.cs
+++ b/Game/AI/Decks/CyberDragonExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/DarkMagicianExecutor.cs b/Game/AI/Decks/DarkMagicianExecutor.cs
index 0e988e4f..81d4a554 100644
--- a/Game/AI/Decks/DarkMagicianExecutor.cs
+++ b/Game/AI/Decks/DarkMagicianExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/DoEveryThingExecutor.cs b/Game/AI/Decks/DoEveryThingExecutor.cs
index 86998077..9efb6d67 100644
--- a/Game/AI/Decks/DoEveryThingExecutor.cs
+++ b/Game/AI/Decks/DoEveryThingExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/DragunExecutor.cs b/Game/AI/Decks/DragunExecutor.cs
index 796c3a02..9765b347 100644
--- a/Game/AI/Decks/DragunExecutor.cs
+++ b/Game/AI/Decks/DragunExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/DragunityExecutor.cs b/Game/AI/Decks/DragunityExecutor.cs
index 1b84968e..f50b9621 100644
--- a/Game/AI/Decks/DragunityExecutor.cs
+++ b/Game/AI/Decks/DragunityExecutor.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
diff --git a/Game/AI/Decks/EvilswarmExecutor.cs b/Game/AI/Decks/EvilswarmExecutor.cs
index 48ad37c5..17c394c0 100644
--- a/Game/AI/Decks/EvilswarmExecutor.cs
+++ b/Game/AI/Decks/EvilswarmExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/FamiliarPossessedExecutor.cs b/Game/AI/Decks/FamiliarPossessedExecutor.cs
index 81a84571..af460a8f 100644
--- a/Game/AI/Decks/FamiliarPossessedExecutor.cs
+++ b/Game/AI/Decks/FamiliarPossessedExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper;
+using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/FrogExecutor.cs b/Game/AI/Decks/FrogExecutor.cs
index f44306ef..56f76c21 100644
--- a/Game/AI/Decks/FrogExecutor.cs
+++ b/Game/AI/Decks/FrogExecutor.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
diff --git a/Game/AI/Decks/GravekeeperExecutor.cs b/Game/AI/Decks/GravekeeperExecutor.cs
index 084c6768..e74abf49 100644
--- a/Game/AI/Decks/GravekeeperExecutor.cs
+++ b/Game/AI/Decks/GravekeeperExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/GraydleExecutor.cs b/Game/AI/Decks/GraydleExecutor.cs
index e82d27a4..fe99982c 100644
--- a/Game/AI/Decks/GraydleExecutor.cs
+++ b/Game/AI/Decks/GraydleExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/GrenMajuThunderBoarderExecutor.cs b/Game/AI/Decks/GrenMajuThunderBoarderExecutor.cs
index c3be2755..e5acf1ea 100644
--- a/Game/AI/Decks/GrenMajuThunderBoarderExecutor.cs
+++ b/Game/AI/Decks/GrenMajuThunderBoarderExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/HorusExecutor.cs b/Game/AI/Decks/HorusExecutor.cs
index bee5d0ea..ec75a142 100644
--- a/Game/AI/Decks/HorusExecutor.cs
+++ b/Game/AI/Decks/HorusExecutor.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
diff --git a/Game/AI/Decks/Level8Executor.cs b/Game/AI/Decks/Level8Executor.cs
index 10efebda..868bd5a8 100644
--- a/Game/AI/Decks/Level8Executor.cs
+++ b/Game/AI/Decks/Level8Executor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/LightswornExecutor.cs b/Game/AI/Decks/LightswornExecutor.cs
index 8340d5a6..b9549189 100644
--- a/Game/AI/Decks/LightswornExecutor.cs
+++ b/Game/AI/Decks/LightswornExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/LightswornShaddoldinosourExecutor.cs b/Game/AI/Decks/LightswornShaddoldinosourExecutor.cs
index b00f101e..376fb2b2 100644
--- a/Game/AI/Decks/LightswornShaddoldinosourExecutor.cs
+++ b/Game/AI/Decks/LightswornShaddoldinosourExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/LuckyExecutor.cs b/Game/AI/Decks/LuckyExecutor.cs
index 245790a6..e52a48d0 100644
--- a/Game/AI/Decks/LuckyExecutor.cs
+++ b/Game/AI/Decks/LuckyExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
using WindBot;
diff --git a/Game/AI/Decks/MalissExecutor.cs b/Game/AI/Decks/MalissExecutor.cs
index de28b2e5..4a21c26d 100644
--- a/Game/AI/Decks/MalissExecutor.cs
+++ b/Game/AI/Decks/MalissExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using WindBot;
diff --git a/Game/AI/Decks/MalissOCGExecutor.cs b/Game/AI/Decks/MalissOCGExecutor.cs
index af71648f..17a02f39 100644
--- a/Game/AI/Decks/MalissOCGExecutor.cs
+++ b/Game/AI/Decks/MalissOCGExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper;
+using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
diff --git a/Game/AI/Decks/MathMechExecutor.cs b/Game/AI/Decks/MathMechExecutor.cs
index c797a0c8..8655845b 100644
--- a/Game/AI/Decks/MathMechExecutor.cs
+++ b/Game/AI/Decks/MathMechExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Diagnostics;
diff --git a/Game/AI/Decks/MokeyMokeyExecutor.cs b/Game/AI/Decks/MokeyMokeyExecutor.cs
index 8acc20b9..57f0200d 100644
--- a/Game/AI/Decks/MokeyMokeyExecutor.cs
+++ b/Game/AI/Decks/MokeyMokeyExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/MokeyMokeyKingExecutor.cs b/Game/AI/Decks/MokeyMokeyKingExecutor.cs
index 7fb16414..c2a6e543 100644
--- a/Game/AI/Decks/MokeyMokeyKingExecutor.cs
+++ b/Game/AI/Decks/MokeyMokeyKingExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/NekrozExecutor.cs b/Game/AI/Decks/NekrozExecutor.cs
index f74af9d8..bb71c23a 100644
--- a/Game/AI/Decks/NekrozExecutor.cs
+++ b/Game/AI/Decks/NekrozExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/OldSchoolExecutor.cs b/Game/AI/Decks/OldSchoolExecutor.cs
index 32868671..236dff31 100644
--- a/Game/AI/Decks/OldSchoolExecutor.cs
+++ b/Game/AI/Decks/OldSchoolExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/OrcustExecutor.cs b/Game/AI/Decks/OrcustExecutor.cs
index e202dd8a..7159d2f7 100644
--- a/Game/AI/Decks/OrcustExecutor.cs
+++ b/Game/AI/Decks/OrcustExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/PhantasmExecutor.cs b/Game/AI/Decks/PhantasmExecutor.cs
index c40f1426..389fe9d3 100644
--- a/Game/AI/Decks/PhantasmExecutor.cs
+++ b/Game/AI/Decks/PhantasmExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/PureWindsExecutor.cs b/Game/AI/Decks/PureWindsExecutor.cs
index bfce9e92..5b1b1547 100644
--- a/Game/AI/Decks/PureWindsExecutor.cs
+++ b/Game/AI/Decks/PureWindsExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/QliphortExecutor.cs b/Game/AI/Decks/QliphortExecutor.cs
index 483d2dc1..c7ac8263 100644
--- a/Game/AI/Decks/QliphortExecutor.cs
+++ b/Game/AI/Decks/QliphortExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/RainbowExecutor.cs b/Game/AI/Decks/RainbowExecutor.cs
index 03de70b4..8b85b4b2 100644
--- a/Game/AI/Decks/RainbowExecutor.cs
+++ b/Game/AI/Decks/RainbowExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/Rank5Executor.cs b/Game/AI/Decks/Rank5Executor.cs
index ce5e736f..687fb929 100644
--- a/Game/AI/Decks/Rank5Executor.cs
+++ b/Game/AI/Decks/Rank5Executor.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
diff --git a/Game/AI/Decks/ST1732Executor.cs b/Game/AI/Decks/ST1732Executor.cs
index 92e052d2..113e4224 100644
--- a/Game/AI/Decks/ST1732Executor.cs
+++ b/Game/AI/Decks/ST1732Executor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/SalamangreatExecutor.cs b/Game/AI/Decks/SalamangreatExecutor.cs
index 0d531997..58050394 100644
--- a/Game/AI/Decks/SalamangreatExecutor.cs
+++ b/Game/AI/Decks/SalamangreatExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
diff --git a/Game/AI/Decks/SkyStrikerExecutor.cs b/Game/AI/Decks/SkyStrikerExecutor.cs
index 7860349d..c70b043d 100644
--- a/Game/AI/Decks/SkyStrikerExecutor.cs
+++ b/Game/AI/Decks/SkyStrikerExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/SuperheavySamuraiExecutor.cs b/Game/AI/Decks/SuperheavySamuraiExecutor.cs
index b0911a0b..0b95eac5 100644
--- a/Game/AI/Decks/SuperheavySamuraiExecutor.cs
+++ b/Game/AI/Decks/SuperheavySamuraiExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper;
+using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
diff --git a/Game/AI/Decks/ThunderDragonExecutor.cs b/Game/AI/Decks/ThunderDragonExecutor.cs
index e5fb6731..c4fd37e4 100644
--- a/Game/AI/Decks/ThunderDragonExecutor.cs
+++ b/Game/AI/Decks/ThunderDragonExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
using WindBot;
diff --git a/Game/AI/Decks/TimeThiefExecutor.cs b/Game/AI/Decks/TimeThiefExecutor.cs
index e30aad08..15cbacf9 100644
--- a/Game/AI/Decks/TimeThiefExecutor.cs
+++ b/Game/AI/Decks/TimeThiefExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper;
+using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/ToadallyAwesomeExecutor.cs b/Game/AI/Decks/ToadallyAwesomeExecutor.cs
index a043e89c..d51be88e 100644
--- a/Game/AI/Decks/ToadallyAwesomeExecutor.cs
+++ b/Game/AI/Decks/ToadallyAwesomeExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/WitchcraftExecutor.cs b/Game/AI/Decks/WitchcraftExecutor.cs
index 8c2c8fae..9cf39a0e 100644
--- a/Game/AI/Decks/WitchcraftExecutor.cs
+++ b/Game/AI/Decks/WitchcraftExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper;
+using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
diff --git a/Game/AI/Decks/YosenjuExecutor.cs b/Game/AI/Decks/YosenjuExecutor.cs
index b58247e5..2f8512b1 100644
--- a/Game/AI/Decks/YosenjuExecutor.cs
+++ b/Game/AI/Decks/YosenjuExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/ZexalWeaponsExecutor.cs b/Game/AI/Decks/ZexalWeaponsExecutor.cs
index 01fb376f..d21a78bb 100644
--- a/Game/AI/Decks/ZexalWeaponsExecutor.cs
+++ b/Game/AI/Decks/ZexalWeaponsExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/Decks/ZoodiacExecutor.cs b/Game/AI/Decks/ZoodiacExecutor.cs
index 81d3e5f5..0492533c 100644
--- a/Game/AI/Decks/ZoodiacExecutor.cs
+++ b/Game/AI/Decks/ZoodiacExecutor.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
diff --git a/Game/AI/DecksManager.cs b/Game/AI/DecksManager.cs
index 19852651..aada1d2e 100644
--- a/Game/AI/DecksManager.cs
+++ b/Game/AI/DecksManager.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Reflection;
diff --git a/Game/AI/DefaultExecutor.cs b/Game/AI/DefaultExecutor.cs
index 98a876de..6ce05ad0 100644
--- a/Game/AI/DefaultExecutor.cs
+++ b/Game/AI/DefaultExecutor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using YGOSharp.OCGWrapper.Enums;
diff --git a/Game/AI/Dialogs.cs b/Game/AI/Dialogs.cs
index 8be0c716..c7a8f15d 100644
--- a/Game/AI/Dialogs.cs
+++ b/Game/AI/Dialogs.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
using System.Collections.Generic;
using System.Runtime.Serialization;
diff --git a/Game/AI/Enums/DangerousMonster.cs b/Game/AI/Enums/DangerousMonster.cs
index 7ea2bd7f..855d1025 100644
--- a/Game/AI/Enums/DangerousMonster.cs
+++ b/Game/AI/Enums/DangerousMonster.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
///
/// Cards that are dangerous to attack.
diff --git a/Game/AI/Enums/Floodgate.cs b/Game/AI/Enums/Floodgate.cs
index 8fc912c9..d73344e7 100644
--- a/Game/AI/Enums/Floodgate.cs
+++ b/Game/AI/Enums/Floodgate.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
///
/// Cards that restrict player from performing some action. Bot will preferentially destroy them.
diff --git a/Game/AI/Enums/FusionSpell.cs b/Game/AI/Enums/FusionSpell.cs
index 5f9b0618..2594dad4 100644
--- a/Game/AI/Enums/FusionSpell.cs
+++ b/Game/AI/Enums/FusionSpell.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
public enum FusionSpell
{
diff --git a/Game/AI/Enums/InvincibleMonster.cs b/Game/AI/Enums/InvincibleMonster.cs
index cf21ff34..04c7d3a4 100644
--- a/Game/AI/Enums/InvincibleMonster.cs
+++ b/Game/AI/Enums/InvincibleMonster.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
///
/// Cards that are invincible to battle and should always attack to use effect.
diff --git a/Game/AI/Enums/OneForXyz.cs b/Game/AI/Enums/OneForXyz.cs
index 3f1a79e3..f63cf0f9 100644
--- a/Game/AI/Enums/OneForXyz.cs
+++ b/Game/AI/Enums/OneForXyz.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
public enum OneForXyz
{
diff --git a/Game/AI/Enums/PreventActivationEffectInBattle.cs b/Game/AI/Enums/PreventActivationEffectInBattle.cs
index 74f5b861..cfc48dfb 100644
--- a/Game/AI/Enums/PreventActivationEffectInBattle.cs
+++ b/Game/AI/Enums/PreventActivationEffectInBattle.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
public enum PreventActivationEffectInBattle
{
diff --git a/Game/AI/Enums/ShouldBeDisabledBeforeItUseEffectMonster.cs b/Game/AI/Enums/ShouldBeDisabledBeforeItUseEffectMonster.cs
index 617e63aa..d8f50001 100644
--- a/Game/AI/Enums/ShouldBeDisabledBeforeItUseEffectMonster.cs
+++ b/Game/AI/Enums/ShouldBeDisabledBeforeItUseEffectMonster.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
///
/// Monsters that release or banish itself to use effect. So them should be disabled (with Breakthrough Skill) before it use effect.
diff --git a/Game/AI/Enums/ShouldNotBeMonsterTarget.cs b/Game/AI/Enums/ShouldNotBeMonsterTarget.cs
index b86dd9e1..0330b6f3 100644
--- a/Game/AI/Enums/ShouldNotBeMonsterTarget.cs
+++ b/Game/AI/Enums/ShouldNotBeMonsterTarget.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
///
/// Cards that are can't be selected as target of monster's effect, or immuned to monster's effect.
diff --git a/Game/AI/Enums/ShouldNotBeSpellTarget.cs b/Game/AI/Enums/ShouldNotBeSpellTarget.cs
index e045246d..8a8110cb 100644
--- a/Game/AI/Enums/ShouldNotBeSpellTarget.cs
+++ b/Game/AI/Enums/ShouldNotBeSpellTarget.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
///
/// Cards that are can't be selected as target of spell&trap's effect, or immuned to spell&trap's effect.
diff --git a/Game/AI/Enums/ShouldNotBeTarget.cs b/Game/AI/Enums/ShouldNotBeTarget.cs
index 34ec17c5..3f6187d0 100644
--- a/Game/AI/Enums/ShouldNotBeTarget.cs
+++ b/Game/AI/Enums/ShouldNotBeTarget.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI.Enums
+namespace WindBot.Game.AI.Enums
{
///
/// Cards that are can't be selected as target, or immuned to most effect.
diff --git a/Game/AI/Executor.cs b/Game/AI/Executor.cs
index c9604a86..f9d87062 100644
--- a/Game/AI/Executor.cs
+++ b/Game/AI/Executor.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using YGOSharp.OCGWrapper.Enums;
diff --git a/Game/AI/ExecutorType.cs b/Game/AI/ExecutorType.cs
index d505f4dc..982bfbec 100644
--- a/Game/AI/ExecutorType.cs
+++ b/Game/AI/ExecutorType.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI
+namespace WindBot.Game.AI
{
public enum ExecutorType
{
diff --git a/Game/AI/HintMsg.cs b/Game/AI/HintMsg.cs
index 2f868d0c..ceed60ee 100644
--- a/Game/AI/HintMsg.cs
+++ b/Game/AI/HintMsg.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI
+namespace WindBot.Game.AI
{
public static class HintMsg
{
diff --git a/Game/AI/Opcodes.cs b/Game/AI/Opcodes.cs
index 1bcf3e76..415cefcc 100644
--- a/Game/AI/Opcodes.cs
+++ b/Game/AI/Opcodes.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI
+namespace WindBot.Game.AI
{
public static class Opcodes
{
diff --git a/Game/AI/Zones.cs b/Game/AI/Zones.cs
index 4f1dd05d..934e87b9 100644
--- a/Game/AI/Zones.cs
+++ b/Game/AI/Zones.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game.AI
+namespace WindBot.Game.AI
{
public static class Zones
{
diff --git a/Game/BattlePhase.cs b/Game/BattlePhase.cs
index e895a315..d0e8343f 100644
--- a/Game/BattlePhase.cs
+++ b/Game/BattlePhase.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace WindBot.Game
{
diff --git a/Game/BattlePhaseAction.cs b/Game/BattlePhaseAction.cs
index 3238a22b..d44d2e01 100644
--- a/Game/BattlePhaseAction.cs
+++ b/Game/BattlePhaseAction.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game
+namespace WindBot.Game
{
public class BattlePhaseAction
{
diff --git a/Game/ChainInfo.cs b/Game/ChainInfo.cs
index 3e0bef0a..b0c681dc 100644
--- a/Game/ChainInfo.cs
+++ b/Game/ChainInfo.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
diff --git a/Game/ClientCard.cs b/Game/ClientCard.cs
index 7d6d70a2..d1e46df2 100644
--- a/Game/ClientCard.cs
+++ b/Game/ClientCard.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.IO;
using System.Linq;
using YGOSharp.OCGWrapper;
diff --git a/Game/Deck.cs b/Game/Deck.cs
index 1753bb03..0757ada0 100644
--- a/Game/Deck.cs
+++ b/Game/Deck.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.IO;
using YGOSharp.OCGWrapper;
diff --git a/Game/GameAI.cs b/Game/GameAI.cs
index df9682aa..1d6b8ca6 100644
--- a/Game/GameAI.cs
+++ b/Game/GameAI.cs
@@ -1,4 +1,4 @@
-using System.Linq;
+using System.Linq;
using System.Collections.Generic;
using System.Threading;
using WindBot.Game.AI;
diff --git a/Game/GameBehavior.cs b/Game/GameBehavior.cs
index 08e3d074..1b1b2ffb 100644
--- a/Game/GameBehavior.cs
+++ b/Game/GameBehavior.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
diff --git a/Game/GameClient.cs b/Game/GameClient.cs
index 8418ac0f..a5faaad8 100644
--- a/Game/GameClient.cs
+++ b/Game/GameClient.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
using System.Linq;
using System.Net;
diff --git a/Game/GamePacketFactory.cs b/Game/GamePacketFactory.cs
index 606632a1..aa16c759 100644
--- a/Game/GamePacketFactory.cs
+++ b/Game/GamePacketFactory.cs
@@ -1,4 +1,4 @@
-using System.IO;
+using System.IO;
using YGOSharp.Network.Enums;
namespace WindBot.Game
diff --git a/Game/MainPhase.cs b/Game/MainPhase.cs
index 4d69d278..abe5d290 100644
--- a/Game/MainPhase.cs
+++ b/Game/MainPhase.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace WindBot.Game
{
diff --git a/Game/MainPhaseAction.cs b/Game/MainPhaseAction.cs
index 46fa2c8a..01ceb60b 100644
--- a/Game/MainPhaseAction.cs
+++ b/Game/MainPhaseAction.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game
+namespace WindBot.Game
{
public class MainPhaseAction
{
diff --git a/Game/Room.cs b/Game/Room.cs
index 703bebed..1ef26505 100644
--- a/Game/Room.cs
+++ b/Game/Room.cs
@@ -1,4 +1,4 @@
-namespace WindBot.Game
+namespace WindBot.Game
{
public class Room
{
diff --git a/Logger.cs b/Logger.cs
index 277b5c5e..b69dd4d9 100644
--- a/Logger.cs
+++ b/Logger.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace WindBot
{
diff --git a/Program.cs b/Program.cs
index d8cd22d0..a06098ba 100644
--- a/Program.cs
+++ b/Program.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
using System.Threading;
using System.Net;
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 1c699d4e..18b2b0d5 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
diff --git a/WindBot.csproj b/WindBot.csproj
index 80071b7a..ff83c50a 100644
--- a/WindBot.csproj
+++ b/WindBot.csproj
@@ -1,7 +1,8 @@
-
+
+ 65001
Debug
x86
{3E7FAF67-A27D-4A61-B161-93AD4414183E}
diff --git a/WindBot.sln b/WindBot.sln
index 67551b02..3b8b9f23 100644
--- a/WindBot.sln
+++ b/WindBot.sln
@@ -1,4 +1,4 @@
-
+
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
diff --git a/WindBotInfo.cs b/WindBotInfo.cs
index 6ed7167c..768221ba 100644
--- a/WindBotInfo.cs
+++ b/WindBotInfo.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace WindBot
{
diff --git a/YGOSharp.Network/BinaryClient.cs b/YGOSharp.Network/BinaryClient.cs
index c945a958..815f7574 100644
--- a/YGOSharp.Network/BinaryClient.cs
+++ b/YGOSharp.Network/BinaryClient.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
diff --git a/YGOSharp.Network/Enums/CtosMessage.cs b/YGOSharp.Network/Enums/CtosMessage.cs
index 8b41cef3..13674f29 100644
--- a/YGOSharp.Network/Enums/CtosMessage.cs
+++ b/YGOSharp.Network/Enums/CtosMessage.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.Network.Enums
+namespace YGOSharp.Network.Enums
{
public enum CtosMessage
{
diff --git a/YGOSharp.Network/Enums/GameState.cs b/YGOSharp.Network/Enums/GameState.cs
index 048d3985..d9f3c2c5 100644
--- a/YGOSharp.Network/Enums/GameState.cs
+++ b/YGOSharp.Network/Enums/GameState.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.Network.Enums
+namespace YGOSharp.Network.Enums
{
public enum GameState
{
diff --git a/YGOSharp.Network/Enums/PlayerChange.cs b/YGOSharp.Network/Enums/PlayerChange.cs
index c5be0a95..53016a94 100644
--- a/YGOSharp.Network/Enums/PlayerChange.cs
+++ b/YGOSharp.Network/Enums/PlayerChange.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.Network.Enums
+namespace YGOSharp.Network.Enums
{
public enum PlayerChange
{
diff --git a/YGOSharp.Network/Enums/PlayerState.cs b/YGOSharp.Network/Enums/PlayerState.cs
index 338529c9..35fd4695 100644
--- a/YGOSharp.Network/Enums/PlayerState.cs
+++ b/YGOSharp.Network/Enums/PlayerState.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.Network.Enums
+namespace YGOSharp.Network.Enums
{
public enum PlayerState
{
diff --git a/YGOSharp.Network/Enums/PlayerType.cs b/YGOSharp.Network/Enums/PlayerType.cs
index cf36a162..1c505fef 100644
--- a/YGOSharp.Network/Enums/PlayerType.cs
+++ b/YGOSharp.Network/Enums/PlayerType.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.Network.Enums
+namespace YGOSharp.Network.Enums
{
public enum PlayerType
{
diff --git a/YGOSharp.Network/Enums/StocMessage.cs b/YGOSharp.Network/Enums/StocMessage.cs
index 22850237..9e5dd6b5 100644
--- a/YGOSharp.Network/Enums/StocMessage.cs
+++ b/YGOSharp.Network/Enums/StocMessage.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.Network.Enums
+namespace YGOSharp.Network.Enums
{
public enum StocMessage
{
diff --git a/YGOSharp.Network/NetworkClient.cs b/YGOSharp.Network/NetworkClient.cs
index eec028b3..50b22e42 100644
--- a/YGOSharp.Network/NetworkClient.cs
+++ b/YGOSharp.Network/NetworkClient.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Net;
using System.Net.Sockets;
diff --git a/YGOSharp.Network/Utils/BinaryExtensions.cs b/YGOSharp.Network/Utils/BinaryExtensions.cs
index 3a9b5177..b3a3e109 100644
--- a/YGOSharp.Network/Utils/BinaryExtensions.cs
+++ b/YGOSharp.Network/Utils/BinaryExtensions.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.IO;
using System.Text;
diff --git a/YGOSharp.Network/YGOClient.cs b/YGOSharp.Network/YGOClient.cs
index 92681e49..0c51070c 100644
--- a/YGOSharp.Network/YGOClient.cs
+++ b/YGOSharp.Network/YGOClient.cs
@@ -1,4 +1,4 @@
-using System.IO;
+using System.IO;
using YGOSharp.Network.Enums;
namespace YGOSharp.Network
diff --git a/YGOSharp.OCGWrapper.Enums/CardAttribute.cs b/YGOSharp.OCGWrapper.Enums/CardAttribute.cs
index dd3e9064..a4f7b27a 100644
--- a/YGOSharp.OCGWrapper.Enums/CardAttribute.cs
+++ b/YGOSharp.OCGWrapper.Enums/CardAttribute.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum CardAttribute
{
diff --git a/YGOSharp.OCGWrapper.Enums/CardLinkMarker.cs b/YGOSharp.OCGWrapper.Enums/CardLinkMarker.cs
index 434cd8c3..85b3e439 100644
--- a/YGOSharp.OCGWrapper.Enums/CardLinkMarker.cs
+++ b/YGOSharp.OCGWrapper.Enums/CardLinkMarker.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum CardLinkMarker
{
diff --git a/YGOSharp.OCGWrapper.Enums/CardLocation.cs b/YGOSharp.OCGWrapper.Enums/CardLocation.cs
index 45004c8f..cb77622a 100644
--- a/YGOSharp.OCGWrapper.Enums/CardLocation.cs
+++ b/YGOSharp.OCGWrapper.Enums/CardLocation.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum CardLocation
{
diff --git a/YGOSharp.OCGWrapper.Enums/CardPosition.cs b/YGOSharp.OCGWrapper.Enums/CardPosition.cs
index d8c32297..f4f66548 100644
--- a/YGOSharp.OCGWrapper.Enums/CardPosition.cs
+++ b/YGOSharp.OCGWrapper.Enums/CardPosition.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum CardPosition
{
diff --git a/YGOSharp.OCGWrapper.Enums/CardRace.cs b/YGOSharp.OCGWrapper.Enums/CardRace.cs
index 0abb6066..7afe0d79 100644
--- a/YGOSharp.OCGWrapper.Enums/CardRace.cs
+++ b/YGOSharp.OCGWrapper.Enums/CardRace.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum CardRace
{
diff --git a/YGOSharp.OCGWrapper.Enums/CardType.cs b/YGOSharp.OCGWrapper.Enums/CardType.cs
index f350762c..04fb7550 100644
--- a/YGOSharp.OCGWrapper.Enums/CardType.cs
+++ b/YGOSharp.OCGWrapper.Enums/CardType.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum CardType
{
diff --git a/YGOSharp.OCGWrapper.Enums/DuelPhase.cs b/YGOSharp.OCGWrapper.Enums/DuelPhase.cs
index 7ed58e12..a11c7121 100644
--- a/YGOSharp.OCGWrapper.Enums/DuelPhase.cs
+++ b/YGOSharp.OCGWrapper.Enums/DuelPhase.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum DuelPhase
{
diff --git a/YGOSharp.OCGWrapper.Enums/GameMessage.cs b/YGOSharp.OCGWrapper.Enums/GameMessage.cs
index 5698c499..e275a31b 100644
--- a/YGOSharp.OCGWrapper.Enums/GameMessage.cs
+++ b/YGOSharp.OCGWrapper.Enums/GameMessage.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum GameMessage
{
diff --git a/YGOSharp.OCGWrapper.Enums/Query.cs b/YGOSharp.OCGWrapper.Enums/Query.cs
index 8a3b408c..2472ef68 100644
--- a/YGOSharp.OCGWrapper.Enums/Query.cs
+++ b/YGOSharp.OCGWrapper.Enums/Query.cs
@@ -1,4 +1,4 @@
-namespace YGOSharp.OCGWrapper.Enums
+namespace YGOSharp.OCGWrapper.Enums
{
public enum Query
{
diff --git a/YGOSharp.OCGWrapper/Card.cs b/YGOSharp.OCGWrapper/Card.cs
index ab716e86..c2b04707 100644
--- a/YGOSharp.OCGWrapper/Card.cs
+++ b/YGOSharp.OCGWrapper/Card.cs
@@ -1,4 +1,4 @@
-using YGOSharp.OCGWrapper.Enums;
+using YGOSharp.OCGWrapper.Enums;
using System.Data;
namespace YGOSharp.OCGWrapper
diff --git a/YGOSharp.OCGWrapper/CardsManager.cs b/YGOSharp.OCGWrapper/CardsManager.cs
index d78e1bc7..79d74248 100644
--- a/YGOSharp.OCGWrapper/CardsManager.cs
+++ b/YGOSharp.OCGWrapper/CardsManager.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Data;
using Mono.Data.Sqlite;
diff --git a/YGOSharp.OCGWrapper/NamedCard.cs b/YGOSharp.OCGWrapper/NamedCard.cs
index e3cc7518..56426e4e 100644
--- a/YGOSharp.OCGWrapper/NamedCard.cs
+++ b/YGOSharp.OCGWrapper/NamedCard.cs
@@ -1,4 +1,4 @@
-using System.Data;
+using System.Data;
namespace YGOSharp.OCGWrapper
{
diff --git a/YGOSharp.OCGWrapper/NamedCardsManager.cs b/YGOSharp.OCGWrapper/NamedCardsManager.cs
index a704d7cd..1cb9f463 100644
--- a/YGOSharp.OCGWrapper/NamedCardsManager.cs
+++ b/YGOSharp.OCGWrapper/NamedCardsManager.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Data;
using Mono.Data.Sqlite;
using System;