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

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Amount int
PlayFabId string
VirtualCurrency string

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

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

Amount to be subtracted from the user balance of the specified virtual currency.
public int Amount
Результат int

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

PlayFab unique identifier of the user whose virtual currency balance is to be decreased.
public string PlayFabId
Результат string

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

Name of the virtual currency which is to be decremented.
public string VirtualCurrency
Результат string