@hanabi-live/game
    Preparing search index...

    Interface ActionStrike

    interface ActionStrike {
        num: 1 | 2 | 3;
        order: CardOrder;
        turn: number;
        type: "strike";
    }
    Index

    Properties

    Properties

    num: 1 | 2 | 3
    order: CardOrder

    The order of the card that was misplayed.

    turn: number
    type: "strike"