C# Class PlayFab.ClientModels.CharacterResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CharacterId string
CharacterName string
CharacterType string

Property Details

CharacterId public_oe property

The id for this character on this player.
public string CharacterId
return string

CharacterName public_oe property

The name of this character.
public string CharacterName
return string

CharacterType public_oe property

The type-string that was given to this character on creation.
public string CharacterType
return string