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

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

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

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

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

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

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

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

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