/// <summary> /// Applies a new list of cards to the stored cardset. /// </summary> /// <param name="cardList">The new list of string values to use for the new cards.</param> public void ApplyNewCards(string[] cardList) { _instance = new CardSet(cardList); }