Skip to content

SHTCGClient.Models.Seasons.Deck

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

Deck Class

Object containing cards for a season.

public class Deck : System.IEquatable<SHTCGClient.Models.Seasons.Deck>

Inheritance System.Object 🡒 Deck

Implements System.IEquatable<Deck>

Methods
Add(ClientService, int) Adds a card to the deck
Add(ClientService, Card) Adds a card to the deck
Remove(ClientService, int) Removes a card from the deck
Remove(ClientService, Card) Removes a card from the deck

Clone this wiki locally