C# 클래스 PlayFab.ServerModels.UnlockContainerItemResult

상속: PlayFab.SharedModels.PlayFabResultCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
GrantedItems List
UnlockedItemInstanceId string
UnlockedWithItemInstanceId string
VirtualCurrency uint>.Dictionary

프로퍼티 상세

GrantedItems 공개적으로 프로퍼티

Items granted to the player as a result of unlocking the container.
public List GrantedItems
리턴 List

UnlockedItemInstanceId 공개적으로 프로퍼티

Unique instance identifier of the container unlocked.
public string UnlockedItemInstanceId
리턴 string

UnlockedWithItemInstanceId 공개적으로 프로퍼티

Unique instance identifier of the key used to unlock the container, if applicable.
public string UnlockedWithItemInstanceId
리턴 string

VirtualCurrency 공개적으로 프로퍼티

Virtual currency granted to the player as a result of unlocking the container.
public Dictionary VirtualCurrency
리턴 uint>.Dictionary