Skip to content

Achievements

Chad Jakoby edited this page Sep 22, 2019 · 2 revisions
// Achievements:
ICollection<Achievement> achievements = client.Achievements.GetAchievements("id", "id", "id", ...);

// Categories:
ICollection<Category> categories = client.Achievements.GetCategories();
Clone this wiki locally