Interface OutfitDefinition

interface OutfitDefinition {
    bodyCosmeticID: string;
    classIDs: readonly string[];
    isDefault?: boolean;
}

Hierarchy (view full)

Properties

bodyCosmeticID: string
classIDs: readonly string[]
isDefault?: boolean