NEShopItem

negdkcc


negdkcc / NEShopItem

Type Alias: NEShopItem

NEShopItem = object

Defined in: data/NEShopItem.ts:5

Represents an item available for purchase in the shop. Each item has a specific duration, amount, code, and type.

Properties

duration

duration: number

Defined in: data/NEShopItem.ts:9

The duration of the item, typically in seconds or other time units.


itemAmount

itemAmount: number

Defined in: data/NEShopItem.ts:14

The amount of the item available for purchase.


itemCode

itemCode: string

Defined in: data/NEShopItem.ts:19

A unique code identifying the item.


type

type: string

Defined in: data/NEShopItem.ts:24

The type or category of the item.

Last updated