public void SetForSummoning(UnitCard f) { this.SummonCard = f; this.CanSummon = true; }
public void SetCard(FactionCard c) { MyCard = (UnitCard)c; }