Commit 220c5de8 authored by mercury233's avatar mercury233

add GetFieldSpellCard

parent 9256e961
......@@ -158,6 +158,11 @@ namespace WindBot.Game
return GetMonsters().Where((card, i) => i < 5).ToList();
}
public ClientCard GetFieldSpellCard()
{
return SpellZone[5];
}
public bool HasInHand(int cardId)
{
return HasInCards(Hand, cardId);
......
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