C# Class PlayFab.ServerModels.MoveItemToCharacterFromCharacterRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
GivingCharacterId string
ItemInstanceId string
PlayFabId string
ReceivingCharacterId string

Property Details

GivingCharacterId public_oe property

Unique identifier of the character that currently has the item.
public string GivingCharacterId
Résultat string

ItemInstanceId public_oe property

Unique PlayFab assigned instance identifier of the item
public string ItemInstanceId
Résultat string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string

ReceivingCharacterId public_oe property

Unique identifier of the character that will be receiving the item.
public string ReceivingCharacterId
Résultat string