Skip to content

SHTCGClient.Models.Seasons.Deck.Remove

github-actions[bot] edited this page Mar 9, 2026 · 2 revisions

Deck.Remove Method

Overloads
Remove(ClientService, int) Removes a card from the deck
Remove(ClientService, Card) Removes a card from the deck

Deck.Remove(ClientService, int) Method

Removes a card from the deck

public System.Threading.Tasks.Task Remove(SHTCGClient.ClientService client, int cardId);

Parameters

client ClientService

Your client

cardId System.Int32

ID of the card to remove

Returns

System.Threading.Tasks.Task

Deck.Remove(ClientService, Card) Method

Removes a card from the deck

public System.Threading.Tasks.Task Remove(SHTCGClient.ClientService client, SHTCGClient.Models.Cards.Card card);

Parameters

client ClientService

Your client

card Card

Card to remove

Returns

System.Threading.Tasks.Task

Clone this wiki locally