Skip to content

SHTCGClient.ClientService.GetDeckCards(int)

github-actions[bot] edited this page Mar 9, 2026 · 1 revision

ClientService.GetDeckCards(int) Method

Get the cards for a deck by id

public System.Threading.Tasks.Task<SHTCGClient.Models.Cards.Card[]?> GetDeckCards(int deckId);

Parameters

deckId System.Int32

The deck ID

Returns

System.Threading.Tasks.Task<Card[]>
Array of cards

Clone this wiki locally