C# Class PlayFab.ServerModels.SteamPlayFabIdPair

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
PlayFabId string
SteamStringId string

Property Details

PlayFabId public_oe property

Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Steam identifier.
public string PlayFabId
Résultat string

SteamStringId public_oe property

Unique Steam identifier for a user.
public string SteamStringId
Résultat string