[+] Generalize game trend & summary apis

This commit is contained in:
Azalea
2024-02-26 11:54:31 -05:00
parent fcbe52539a
commit 0b29ac00a7
11 changed files with 331 additions and 222 deletions

View File

@@ -8,7 +8,8 @@ data class GenericGamePlaylog(
val playDate: String,
val achievement: Int,
val maxCombo: Int,
val totalCombo: Int
val totalCombo: Int,
val afterRating: Int
)
data class RankCount(val name: String, val count: Int)