AchievementDetails

Git Source

struct AchievementDetails {
    string name;
    string description;
    string imageURL;
}