Пример #1
0
 /// <summary>
 /// Sets the deck reference.
 /// </summary>
 public void SetCardCollection(CardCollection cardCollection)
 {
     this._cardCollection = cardCollection;
 }