Interface ShopItemDefinition

interface ShopItemDefinition {
    cost: number;
    itemID: string;
}

Properties

Properties

cost: number
itemID: string