Interface MsgColorClue

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

Properties

Properties

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