You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
These can be acquired through the use of a comma-separated list of queries passed in the request url. The server will respond with a JSON object with a level for the user's profile id and the stats inside.
All that is needed to get these stats is the AccountInfo and a valid token string.
In Dragon6
using DragonFruit.Six.API;
//get token
var userStats = await GeneralStats.GetStats(account, token);