NinetyEight.NEShopPack
Struct NEShopPack
[Serializable]
public struct NEShopPackFields
code
public string codeid
items
name
priceConfig
purchaseLimit
type
Last updated
Namespace: NinetyEight Assembly: APIReference.dll
Represents a bundle of shop items available for purchase. A pack includes multiple items and a pricing configuration.
[Serializable]
public struct NEShopPackInherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
A unique code identifying the shop pack.
public string codeField Value
A unique identifier for the shop pack.
Field Value
An array of items that are included in the pack.
Field Value
NEShopItem[]
The name of the shop pack.
Field Value
Defines the pricing of the pack, where keys are currency types and values are prices.
Field Value
Dictionary<string, float>
The maximum number of times this pack can be purchased, or null for unlimited purchases.
Field Value
The type of the pack, e.g., "limited", "special".
Field Value
Last updated
public int idpublic NEShopItem[] itemspublic string namepublic Dictionary<string, float> priceConfigpublic int purchaseLimitpublic string type