public void useCard(PlayerCard card) { card.Use(); int cardIndex = cardInRoll.IndexOf(card); RemoveCard(cardIndex, true); ResortCard(cardIndex); }