NinetyEight.NEShopItem
Struct NEShopItem
[Serializable]
public struct NEShopItemFields
duration
public int durationitemAmount
itemCode
type
Last updated
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()
Duration of the item (e.g., in seconds).
public int durationField Value
Amount of the item available for purchase.
Field Value
Unique code identifying the item.
Field Value
Type or category of the item.
Field Value
Last updated
public int itemAmountpublic string itemCodepublic string type