Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
PlayFab
AdminModels
SubtractUserVirtualCurrencyRequest
C# Класс PlayFab.AdminModels.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