Type Alias GiveCommandShopItem
GiveCommandShopItem: {
itemData: number;
itemID: string;
itemType: "giveCommand";
max?: number;
price: number;
remainingStock?: number;
step?: number;
texture?: string;
title: string;
type: "item";
}
Type declaration
itemData: number
itemID: string
itemType: "giveCommand"
Optional
max?: number
price: number
Optional
remainingStock?: number
Optional
step?: number
Optional
texture?: string
title: string
type: "item"
A shop item saved as a namespaced id and an data value.