Commit aef57f18 authored by mercury233's avatar mercury233

update namespace

parent f0e083d5
...@@ -4,7 +4,7 @@ using WindBot; ...@@ -4,7 +4,7 @@ using WindBot;
using WindBot.Game; using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace MycardBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Blue-Eyes", "AI_BlueEyes")] [Deck("Blue-Eyes", "AI_BlueEyes")]
class BlueEyesExecutor : DefaultExecutor class BlueEyesExecutor : DefaultExecutor
......
using WindBot.Game; using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace DevBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Burn", "AI_Burn")] [Deck("Burn", "AI_Burn")]
public class BurnExecutor : DefaultExecutor public class BurnExecutor : DefaultExecutor
......
...@@ -4,7 +4,7 @@ using WindBot; ...@@ -4,7 +4,7 @@ using WindBot;
using WindBot.Game; using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace DevBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Dragunity", "AI_Dragunity")] [Deck("Dragunity", "AI_Dragunity")]
public class DragunityExecutor : DefaultExecutor public class DragunityExecutor : DefaultExecutor
......
namespace WindBot.Game.AI.Decks using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
namespace WindBot.Game.AI.Decks
{ {
[Deck("Evilswarm", "AI_Evilswarm")] [Deck("Evilswarm", "AI_Evilswarm")]
public class EvilswarmExecutor : DefaultExecutor public class EvilswarmExecutor : DefaultExecutor
......
using YGOSharp.OCGWrapper.Enums; using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic; using System.Collections.Generic;
using WindBot;
using WindBot.Game; using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace DevBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Frog", "AI_Frog")] [Deck("Frog", "AI_Frog")]
public class FrogExecutor : DefaultExecutor public class FrogExecutor : DefaultExecutor
......
namespace WindBot.Game.AI.Decks using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
namespace WindBot.Game.AI.Decks
{ {
[Deck("Graydle", "AI_Graydle")] [Deck("Graydle", "AI_Graydle")]
public class GraydleExecutor : DefaultExecutor public class GraydleExecutor : DefaultExecutor
......
using YGOSharp.OCGWrapper.Enums; using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic; using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
namespace WindBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
......
namespace WindBot.Game.AI.Decks using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
namespace WindBot.Game.AI.Decks
{ {
[Deck("OldSchool", "AI_OldSchool")] [Deck("OldSchool", "AI_OldSchool")]
public class OldSchoolExecutor : DefaultExecutor public class OldSchoolExecutor : DefaultExecutor
......
...@@ -4,7 +4,7 @@ using WindBot; ...@@ -4,7 +4,7 @@ using WindBot;
using WindBot.Game; using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace MycardBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Rainbow", "AI_Rainbow")] [Deck("Rainbow", "AI_Rainbow")]
class RainbowExecutor : DefaultExecutor class RainbowExecutor : DefaultExecutor
......
...@@ -4,7 +4,7 @@ using WindBot; ...@@ -4,7 +4,7 @@ using WindBot;
using WindBot.Game; using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace DevBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Rank V", "AI_Rank5")] [Deck("Rank V", "AI_Rank5")]
public class Rank5Executor : DefaultExecutor public class Rank5Executor : DefaultExecutor
......
using YGOSharp.OCGWrapper.Enums; using YGOSharp.OCGWrapper.Enums;
using System.Collections.Generic; using System.Collections.Generic;
using WindBot;
using WindBot.Game; using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace DevBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Zexal Weapons", "AI_ZexalWeapons")] [Deck("Zexal Weapons", "AI_ZexalWeapons")]
class ZexalWeaponsExecutor : DefaultExecutor class ZexalWeaponsExecutor : DefaultExecutor
......
...@@ -4,7 +4,7 @@ using WindBot; ...@@ -4,7 +4,7 @@ using WindBot;
using WindBot.Game; using WindBot.Game;
using WindBot.Game.AI; using WindBot.Game.AI;
namespace MycardBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Zoodiac", "AI_Zoodiac")] [Deck("Zoodiac", "AI_Zoodiac")]
class ZoodiacExecutor : DefaultExecutor class ZoodiacExecutor : DefaultExecutor
......
using YGOSharp.OCGWrapper.Enums; using YGOSharp.OCGWrapper.Enums;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
namespace WindBot.Game.AI namespace WindBot.Game.AI
{ {
......
using YGOSharp.OCGWrapper.Enums; using YGOSharp.OCGWrapper.Enums;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using WindBot;
using WindBot.Game;
using WindBot.Game.AI;
namespace WindBot.Game.AI namespace WindBot.Game.AI
{ {
...@@ -21,8 +24,8 @@ namespace WindBot.Game.AI ...@@ -21,8 +24,8 @@ namespace WindBot.Game.AI
protected int LastChainPlayer { get; private set; } protected int LastChainPlayer { get; private set; }
protected IList<ClientCard> CurrentChain { get; private set; } protected IList<ClientCard> CurrentChain { get; private set; }
public ClientField Bot { get; private set; } protected ClientField Bot { get; private set; }
public ClientField Enemy { get; private set; } protected ClientField Enemy { get; private set; }
protected Executor(GameAI ai, Duel duel) protected Executor(GameAI ai, Duel duel)
{ {
......
...@@ -50,6 +50,9 @@ ...@@ -50,6 +50,9 @@
<Reference Include="YGOSharp.OCGWrapper"> <Reference Include="YGOSharp.OCGWrapper">
<HintPath>.\YGOSharp.OCGWrapper.dll</HintPath> <HintPath>.\YGOSharp.OCGWrapper.dll</HintPath>
</Reference> </Reference>
<Reference Include="YGOSharp.OCGWrapper.Enums">
<HintPath>.\YGOSharp.OCGWrapper.Enums.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Game\AI\AIFunctions.cs" /> <Compile Include="Game\AI\AIFunctions.cs" />
......
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment