/// <summary> /// is called by the card's buy button when it is in the card shop. /// </summary> public void BuySelf() { CardManager.AttemptBuyCard(gameObject); }