Interface ActionStrike

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

Properties

Properties

num: 1 | 2 | 3
order: CardOrder

The order of the card that was misplayed.

turn: number
type: "strike"