C# Class PlayFab.ClientModels.GetPlayerTradesResponse

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

Méthodes publiques

Свойство Type Description
AcceptedTrades List
OpenedTrades List

Property Details

AcceptedTrades public_oe property

History of trades which this player has accepted.
public List AcceptedTrades
Résultat List

OpenedTrades public_oe property

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