Commit 7b56134a authored by wind2009's avatar wind2009

添加羽毛扫发动操作

parent 16f4deae
Pipeline #24193 passed with stage
in 29 seconds
...@@ -148,6 +148,7 @@ namespace WindBot.Game.AI ...@@ -148,6 +148,7 @@ namespace WindBot.Game.AI
AddExecutor(ExecutorType.Activate, _CardId.Hinotama); AddExecutor(ExecutorType.Activate, _CardId.Hinotama);
AddExecutor(ExecutorType.Activate, _CardId.TrapDustshoot); AddExecutor(ExecutorType.Activate, _CardId.TrapDustshoot);
AddExecutor(ExecutorType.Activate, _CardId.Raigeki, DefaultRaigeki); AddExecutor(ExecutorType.Activate, _CardId.Raigeki, DefaultRaigeki);
AddExecutor(ExecutorType.Activate, _CardId.HarpiesFeatherDuster, DefaultHarpiesFeatherDusterFirst);
} }
/// <summary> /// <summary>
......
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