C# Class GrantCharacterToUserCommand, PlayFabGameServer

Grants the specified character type to the user. CharacterIds are not globally unique; characterId must be evaluated with the parent PlayFabId to guarantee uniqueness.
Inheritance: Command
ファイルを表示 Open project: PlayFab/PlayFabGameServer

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void