public void Discard(Card card) { model.Discard(card.cardModel); Clear(); discardSlots.ClaimASlot(card.gameObject); UpdateCounts(); }