Interface ICardReceiver<TCard>

Interface for anything that can receive dealt cards.

Type Parameters

Hierarchy

  • ICardReceiver

Implemented by

Accessors

Methods

Accessors

  • get count(): number
  • The total number of cards in this container.

    Returns number

Methods

  • Add a single card to the default place in this container.

    Parameters

    • card: TCard

      Card to add.

    Returns void

Generated using TypeDoc