add more statistics
This commit is contained in:
@ -3,4 +3,19 @@ export type AppStatistics = {
|
||||
* The total amount of players being tracked.
|
||||
*/
|
||||
trackedPlayers: number;
|
||||
|
||||
/**
|
||||
* The total amount of ScoreSaber scores tracked.
|
||||
*/
|
||||
trackedScores: number;
|
||||
|
||||
/**
|
||||
* The total amount of additional data for scores being tracked.
|
||||
*/
|
||||
additionalScoresData: number;
|
||||
|
||||
/**
|
||||
* The amount of cached BeatSaver maps.
|
||||
*/
|
||||
cachedBeatSaverMaps: number;
|
||||
};
|
||||
|
Reference in New Issue
Block a user