Class Achievement#
Defined in File Achievement.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.Achievement : xbe.sdk.EntityBase#
Describes a single achievement that a given user has already unlocked.
REQUIRES: Achievement Services
Properties
- Guid AchievementUid { get; set; }#
The unique identifier of the achievement that the user has unlocked.
- Guid UserUid { get; set; }#
The unique identifier of the user that unlocked the achievement.
Public Static Functions
- new Achievement Parse (string json)#
Parses the given JSON encoded string into a new Achievement instance.
- Param json:
- Return: