Exemplo n.º 1
0
 private bool IsDestroyableCard(ClientCard card)
 {
     return(!card.IsShouldNotBeMonsterTarget() &&
            card.IsCanBeDestroyed(Reason.Effect));
 }