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

    Interface ActionPlayerTimes

    interface ActionPlayerTimes {
        duration: number;
        playerTimes: Tuple<number, 2 | 3 | 4 | 5 | 6>;
        type: "playerTimes";
    }
    Index

    Properties

    duration: number
    playerTimes: Tuple<number, 2 | 3 | 4 | 5 | 6>
    type: "playerTimes"