C# 클래스 PlayFab.ServerModels.UserSteamInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
SteamActivationStatus TitleActivationStatus?
SteamCountry string
SteamCurrency Currency?
SteamId string

프로퍼티 상세

SteamActivationStatus 공개적으로 프로퍼티

what stage of game ownership the user is listed as being in, from Steam
public TitleActivationStatus? SteamActivationStatus
리턴 TitleActivationStatus?

SteamCountry 공개적으로 프로퍼티

the country in which the player resides, from Steam data
public string SteamCountry
리턴 string

SteamCurrency 공개적으로 프로퍼티

currency type set in the user Steam account
public Currency? SteamCurrency
리턴 Currency?

SteamId 공개적으로 프로퍼티

Steam identifier
public string SteamId
리턴 string