C# Class PlayFab.ServerModels.AwardSteamAchievementItem

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
AchievementName string
PlayFabId string
Result bool

Property Details

AchievementName public_oe property

Unique Steam achievement name.
public string AchievementName
Résultat string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string

Result public_oe property

Result of the award attempt (only valid on response, not on request).
public bool Result
Résultat bool