C# Class PlayFab.ServerModels.CatalogItemBundleInfo

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
BundledItems List
BundledResultTables List
BundledVirtualCurrencies uint>.Dictionary

Property Details

BundledItems public_oe property

unique ItemId values for all items which will be added to the player inventory when the bundle is added
public List BundledItems
return List

BundledResultTables public_oe property

unique TableId values for all RandomResultTable objects which are part of the bundle (random tables will be resolved and add the relevant items to the player inventory when the bundle is added)
public List BundledResultTables
return List

BundledVirtualCurrencies public_oe property

virtual currency types and balances which will be added to the player inventory when the bundle is added
public Dictionary BundledVirtualCurrencies
return uint>.Dictionary