C# Class PlayFab.ServerModels.UnlockContainerItemResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen 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