[+] Verse: Add user data fields

This commit is contained in:
Azalea
2025-03-09 09:58:42 -04:00
parent b2f680da4e
commit a099d8bdf3
2 changed files with 21 additions and 0 deletions

View File

@@ -141,6 +141,10 @@ class Chu3UserData : BaseEntity(), IUserData {
@JsonInclude(JsonInclude.Include.NON_NULL)
@Transient
var userEmoney: UserEmoney? = null
// VERSE
var trophyIdSub1 = 0
var trophyIdSub2 = 0
override val totalScore get() = totalHiScore
}