C# Класс PlayFab.ServerModels.CatalogItemContainerInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ItemContents List
KeyItemId string
ResultTableContents List
VirtualCurrencyContents uint>.Dictionary

Описание свойств

ItemContents публичное свойство

unique ItemId values for all items which will be added to the player inventory, once the container has been unlocked
public List ItemContents
Результат List

KeyItemId публичное свойство

ItemId for the catalog item used to unlock the container, if any (if not specified, a call to UnlockContainerItem will open the container, adding the contents to the player inventory and currency balances)
public string KeyItemId
Результат string

ResultTableContents публичное свойство

unique TableId values for all RandomResultTable objects which are part of the container (once unlocked, random tables will be resolved and add the relevant items to the player inventory)
public List ResultTableContents
Результат List

VirtualCurrencyContents публичное свойство

virtual currency types and balances which will be added to the player inventory when the container is unlocked
public Dictionary VirtualCurrencyContents
Результат uint>.Dictionary