C# Класс PlayFab.ServerModels.MoveItemToCharacterFromCharacterRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GivingCharacterId string
ItemInstanceId string
PlayFabId string
ReceivingCharacterId string

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

GivingCharacterId публичное свойство

Unique identifier of the character that currently has the item.
public string GivingCharacterId
Результат string

ItemInstanceId публичное свойство

Unique PlayFab assigned instance identifier of the item
public string ItemInstanceId
Результат string

PlayFabId публичное свойство

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string

ReceivingCharacterId публичное свойство

Unique identifier of the character that will be receiving the item.
public string ReceivingCharacterId
Результат string