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

    Interface MsgColorClue

    interface MsgColorClue {
        type: Color;
        value: 0 | 1 | 2 | 3 | 4 | 5;
    }
    Index

    Properties

    Properties

    type: Color
    value: 0 | 1 | 2 | 3 | 4 | 5