C# Class PlayFab.ClientModels.GetUserInventoryResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Inventory List
VirtualCurrency int>.Dictionary
VirtualCurrencyRechargeTimes VirtualCurrencyRechargeTime>.Dictionary

Property Details

Inventory public_oe property

Array of inventory items belonging to the user.
public List Inventory
return List

VirtualCurrency public_oe property

Array of virtual currency balance(s) belonging to the user.
public Dictionary VirtualCurrency
return int>.Dictionary

VirtualCurrencyRechargeTimes public_oe property

Array of remaining times and timestamps for virtual currencies.
public Dictionary VirtualCurrencyRechargeTimes
return VirtualCurrencyRechargeTime>.Dictionary