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.
Field Value
itemCode
Unique code identifying the item.
Field Value
type
Type or category of the item.
Field Value
Last updated