C# Class PlayFab.ClientModels.GetPlayerTradesResponse

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
AcceptedTrades List
OpenedTrades List

Property Details

AcceptedTrades public_oe property

History of trades which this player has accepted.
public List AcceptedTrades
return List

OpenedTrades public_oe property

The trades for this player which are currently available to be accepted.
public List OpenedTrades
return List