C# Class PlayFab.ServerModels.UnlockContainerItemResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство 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
Résultat List

UnlockedItemInstanceId public_oe property

Unique instance identifier of the container unlocked.
public string UnlockedItemInstanceId
Résultat string

UnlockedWithItemInstanceId public_oe property

Unique instance identifier of the key used to unlock the container, if applicable.
public string UnlockedWithItemInstanceId
Résultat string

VirtualCurrency public_oe property

Virtual currency granted to the player as a result of unlocking the container.
public Dictionary VirtualCurrency
Résultat uint>.Dictionary