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

    Interface ActionTurn

    interface ActionTurn {
        currentPlayerIndex: PlayerIndex;
        num: number;
        type: "turn";
    }
    Index

    Properties

    currentPlayerIndex: PlayerIndex
    num: number
    type: "turn"