Interface ClothesDyeDefinition

interface ClothesDyeDefinition {
    classIDs: readonly string[];
    isDefault?: boolean;
    primaryClothesColorID: string;
    secondaryClothesColorID: string;
}

Hierarchy (view full)

Properties

classIDs: readonly string[]
isDefault?: boolean
primaryClothesColorID: string
secondaryClothesColorID: string