[+] Verse: Save rating

This commit is contained in:
Azalea
2025-03-09 09:57:09 -04:00
parent bef38ce45f
commit 18ecbe0f44
2 changed files with 6 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ class UpsertUserAll(
var userRatingBaseHotList: List<UserRecentRating>? = null,
var userRatingBaseList: List<UserRecentRating>? = null,
var userRatingBaseNextList: List<UserRecentRating>? = null,
var userRatingBaseNewList: List<UserRecentRating>? = null,
var userLoginBonusList: List<JDict>? = null,
var userMapAreaList: List<UserMap>? = null,
var userOverPowerList: List<JDict>? = null,