C# Class PlayFab.ServerModels.CharacterResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство 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
Résultat string

CharacterName public_oe property

The name of this character.
public string CharacterName
Résultat string

CharacterType public_oe property

The type-string that was given to this character on creation.
public string CharacterType
Résultat string