Interface ShopDefinition

interface ShopDefinition {
    indicatorImagePath: string;
    shopItems: readonly ShopItemDefinition[];
}

Properties

indicatorImagePath: string
shopItems: readonly ShopItemDefinition[]