C# 클래스 PlayFab.ClientModels.GrantCharacterToUserResult

상속: PlayFab.SharedModels.PlayFabResultCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
CharacterId string
CharacterType string
Result bool

프로퍼티 상세

CharacterId 공개적으로 프로퍼티

Unique identifier tagged to this character.
public string CharacterId
리턴 string

CharacterType 공개적으로 프로퍼티

Type of character that was created.
public string CharacterType
리턴 string

Result 공개적으로 프로퍼티

Indicates whether this character was created successfully.
public bool Result
리턴 bool