Get the cards for a deck by id
public System.Threading.Tasks.Task<SHTCGClient.Models.Cards.Card[]?> GetDeckCards(int deckId);
deckId System.Int32
deckId
The deck ID
System.Threading.Tasks.Task<Card[]> Array of cards
There was an error while loading. Please reload this page.