C# Класс PlayFab.ClientModels.CatalogItemConsumableInfo

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

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

Свойство Тип Описание
UsageCount uint?
UsagePeriod uint?
UsagePeriodGroup string

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

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

number of times this object can be used, after which it will be removed from the player inventory
public uint? UsageCount
Результат uint?

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

duration in seconds for how long the item will remain in the player inventory - once elapsed, the item will be removed (recommended minimum value is 5 seconds, as lower values can cause the item to expire before operations depending on this item's details have completed)
public uint? UsagePeriod
Результат uint?

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

all inventory item instances in the player inventory sharing a non-null UsagePeriodGroup have their UsagePeriod values added together, and share the result - when that period has elapsed, all the items in the group will be removed
public string UsagePeriodGroup
Результат string