Interface ClothesColorDefinition

interface ClothesColorDefinition {
    color1: Color;
    color2: Color;
}

Hierarchy (view full)

Properties

Properties

color1: Color
color2: Color