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