C# Class PlayFab.ClientModels.GrantCharacterToUserResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
CharacterType string
Result bool

Property Details

CharacterId public_oe property

Unique identifier tagged to this character.
public string CharacterId
return string

CharacterType public_oe property

Type of character that was created.
public string CharacterType
return string

Result public_oe property

Indicates whether this character was created successfully.
public bool Result
return bool