Commit d0454523 authored by mercury233's avatar mercury233

add ClientCard.IsTuner

parent 3e8bb14c
......@@ -154,6 +154,11 @@ namespace WindBot.Game
return HasType(CardType.Monster);
}
public bool IsTuner()
{
return HasType(CardType.Tuner);
}
public bool IsSpell()
{
return HasType(CardType.Spell);
......
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