@Cards-TS
    Preparing search index...

    Class PickupMessage

    A class designating to a handler that anpther player has picked up a card, or that a card was not picked up at all

    Hierarchy (View Summary)

    Indexable

    Index

    Constructors

    Properties

    Constructors

    Properties

    card: Card

    the card the player picked up

    components: Presentable[]

    the pieces a message could be made of

    extra: boolean = false

    whether or not an extra card was taken

    player?: string

    the player picking up the card

    type: "pickup-message" = 'pickup-message'