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

    Interface MsgRankClue

    interface MsgRankClue {
        type: Rank;
        value: 1 | 2 | 3 | 4 | 5;
    }
    Index

    Properties

    Properties

    type: Rank
    value: 1 | 2 | 3 | 4 | 5