Interface itemStatValueStruct

interface itemStatValueStruct {
    display: { color: rgbaColorStruct; display_string: string };
    value: number;
}

Properties

Properties

display: { color: rgbaColorStruct; display_string: string }
value: number
MMNEPVFCICPMFPCPTTAAATR