C# 클래스 PlayFab.ServerModels.SteamPlayFabIdPair

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
PlayFabId string
SteamStringId string

프로퍼티 상세

PlayFabId 공개적으로 프로퍼티

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

SteamStringId 공개적으로 프로퍼티

Unique Steam identifier for a user.
public string SteamStringId
리턴 string