Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
UnlockContainerItemResult
C# Class PlayFab.ClientModels.UnlockContainerItemResult
Inheritance:
PlayFab.SharedModels.PlayFabResultCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Public Properties
Property
Type
Description
GrantedItems
List
UnlockedItemInstanceId
string
UnlockedWithItemInstanceId
string
VirtualCurrency
uint>.Dictionary
Property Details
GrantedItems
public_oe property
Items granted to the player as a result of unlocking the container.
public
List
GrantedItems
return
List
UnlockedItemInstanceId
public_oe property
Unique instance identifier of the container unlocked.
public
string
UnlockedItemInstanceId
return
string
UnlockedWithItemInstanceId
public_oe property
Unique instance identifier of the key used to unlock the container, if applicable.
public
string
UnlockedWithItemInstanceId
return
string
VirtualCurrency
public_oe property
Virtual currency granted to the player as a result of unlocking the container.
public
Dictionary
VirtualCurrency
return
uint>.Dictionary