C# Class PlayFab.ClientModels.CatalogItemBundleInfo

Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

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

Property Details

BundledItems public 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 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 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