C# Class PlayFab.ServerModels.ModifyCharacterVirtualCurrencyResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Balance int
VirtualCurrency string

Property Details

Balance public_oe property

Balance of the virtual currency after modification.
public int Balance
Résultat int

VirtualCurrency public_oe property

Name of the virtual currency which was modified.
public string VirtualCurrency
Résultat string