Represents the set of cards in the game.
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }