-
Notifications
You must be signed in to change notification settings - Fork 0
SHTCGClient.Models.Seasons.Deck
github-actions[bot] edited this page Mar 9, 2026
·
2 revisions
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 |