Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BotWrapper/BotWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Collections.Generic;
using System.Text;
Expand Down
15 changes: 8 additions & 7 deletions BotWrapper/BotWrapper.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<CodePage>65001</CodePage>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0665CA3B-C14F-40EC-ABFB-AD46A695F5A3}</ProjectGuid>
Expand Down Expand Up @@ -59,11 +60,11 @@
<Content Include="WindBot.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
2 changes: 1 addition & 1 deletion BotWrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion Config.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;

Expand Down
2 changes: 1 addition & 1 deletion Decks/AI_Maliss.ydk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#created by MDPro3
#created by MDPro3
#main
68337209
24224830
Expand Down
2 changes: 1 addition & 1 deletion Decks/AI_Salamangreat.ydk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#created by ygopro2
#created by ygopro2
#main
97268402
97268402
Expand Down
2 changes: 1 addition & 1 deletion Decks/AI_Yubel.ydk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#created by MDPro3
#created by MDPro3
#main
4779091
90829280
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/AIUtil.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using YGOSharp.OCGWrapper.Enums;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/CardContainer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using YGOSharp.OCGWrapper.Enums;
using System;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/CardExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;

namespace WindBot.Game.AI
{
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/CardExtension.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using WindBot.Game.AI.Enums;
using YGOSharp.OCGWrapper.Enums;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/CardSelector.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using YGOSharp.OCGWrapper.Enums;

namespace WindBot.Game.AI
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/DeckAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;

namespace WindBot.Game.AI
{
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/AltergeistExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/BlackwingExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/BlueEyesExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/BlueEyesMaxDragonExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/BraveExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/BurnExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/ChainBurnExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/CyberDragonExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/DarkMagicianExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/DoEveryThingExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/DragunExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/DragunityExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/EvilswarmExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/FamiliarPossessedExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/FrogExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/GravekeeperExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/GraydleExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/GrenMajuThunderBoarderExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/HorusExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/Level8Executor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/LightswornExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/LightswornShaddoldinosourExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/LuckyExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/MalissExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/MalissOCGExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/MathMechExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/MokeyMokeyExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/MokeyMokeyKingExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/NekrozExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/OldSchoolExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/OrcustExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/PhantasmExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/PureWindsExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/QliphortExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/RainbowExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/Rank5Executor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/ST1732Executor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/SalamangreatExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/SkyStrikerExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/SuperheavySamuraiExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/ThunderDragonExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using System.Linq;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/TimeThiefExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/ToadallyAwesomeExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/WitchcraftExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/YosenjuExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/ZexalWeaponsExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/Decks/ZoodiacExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using YGOSharp.OCGWrapper.Enums;
using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
Expand Down
2 changes: 1 addition & 1 deletion Game/AI/DecksManager.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Reflection;

Expand Down
2 changes: 1 addition & 1 deletion Game/AI/DefaultExecutor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using YGOSharp.OCGWrapper.Enums;
Expand Down
Loading