-
Notifications
You must be signed in to change notification settings - Fork 0
SHTCGClient.Models.Seasons.Deck.Add
github-actions[bot] edited this page Mar 9, 2026
·
2 revisions
| Overloads | |
|---|---|
| Add(ClientService, int) | Adds a card to the deck |
| Add(ClientService, Card) | Adds a card to the deck |
Adds a card to the deck
public System.Threading.Tasks.Task Add(SHTCGClient.ClientService client, int cardId);client ClientService
Your client
cardId System.Int32
ID of the card to add
Adds a card to the deck
public System.Threading.Tasks.Task Add(SHTCGClient.ClientService client, SHTCGClient.Models.Cards.Card card);client ClientService
Your client
card Card
Card to add