C# Класс UnlockContainerInstanceCommand, PlayFabGameServer

Opens a specific container (ContainerItemInstanceId), with a specific key (KeyItemInstanceId, when required), and returns the contents of the opened container. If the container (and key when relevant) are consumable (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of ConsumeItem.
Наследование: Command
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Execute ( ) : void

Описание методов

Execute() публичный Метод

public Execute ( ) : void
Результат void