Interface EmoteDefinition

interface EmoteDefinition {
    backgroundImagePath: string;
    foregroundImagePath?: string;
    order: number;
    requiresSubscription?: boolean;
}

Hierarchy (view full)

Properties

backgroundImagePath: string
foregroundImagePath?: string
order: number
requiresSubscription?: boolean