NinetyEight.NEShopItem

Struct NEShopItem

Namespace: NinetyEight Assembly: APIReference.dll

Represents an item available for purchase in the shop. Includes duration, amount, code, and type.

[Serializable]
public struct NEShopItem

Inherited Members

object.Equals(object?)arrow-up-right, object.Equals(object?, object?)arrow-up-right, object.GetHashCode()arrow-up-right, object.GetType()arrow-up-right, object.ReferenceEquals(object?, object?)arrow-up-right, object.ToString()arrow-up-right

Fields

duration

Duration of the item (e.g., in seconds).

public int duration

Field Value

intarrow-up-right

itemAmount

Amount of the item available for purchase.

Field Value

intarrow-up-right

itemCode

Unique code identifying the item.

Field Value

stringarrow-up-right

type

Type or category of the item.

Field Value

stringarrow-up-right

Last updated