C# Class PlayFab.ServerModels.ModifyCharacterVirtualCurrencyResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Balance int
VirtualCurrency string

Property Details

Balance public_oe property

Balance of the virtual currency after modification.
public int Balance
return int

VirtualCurrency public_oe property

Name of the virtual currency which was modified.
public string VirtualCurrency
return string