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 NEShopItemInherited 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 durationField Value
itemAmount
Amount of the item available for purchase.
public int itemAmountField Value
itemCode
Unique code identifying the item.
public string itemCodeField Value
type
Type or category of the item.
public string typeField Value
Last updated