Beispiel #1
0
 private bool IsDangerousCard(ClientCard card)
 {
     return((card.IsMonsterDangerous() || card.IsFloodgate() ||
             card.IsMonsterShouldBeDisabledBeforeItUseEffect()) && this.IsDestroyableCard(card));
 }