Skip to content

SHTCGClient.ClientService.AddDeckCard(int,int)

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

ClientService.AddDeckCard(int, int) Method

Add a card to a deck

public System.Threading.Tasks.Task AddDeckCard(int deckId, int id);

Parameters

deckId System.Int32

The deck ID

id System.Int32

The card ID

Returns

System.Threading.Tasks.Task

Clone this wiki locally