I have a Card Deck. Cards are drawn from in-deck to in-hand, and in-hand to in-play. I was using an Array for the deck, but was thinking maybe I should make each card an individual Sprite so maybe they can each have their own animations in the future when played on the field.