Beispiel #1
0
 public void SpyEffect(IHand hand)
 {
     hand.DrawExtraCards(2);
     UpdateAttackForAbilitiesOnRow();
     AddCardToRow(this);
     base.ToRow.currentRow.SetAttackValueOfRow();
 }