Represents the set of cards in the game.
Example #1
0
 /// <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);
 }
Example #2
0
 /// <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);
 }