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?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
duration
Duration of the item (e.g., in seconds).
public int duration
Field Value
itemAmount
Amount of the item available for purchase.
public int itemAmount
Field Value
itemCode
Unique code identifying the item.
public string itemCode
Field Value
type
Type or category of the item.
public string type
Field Value
Last updated