[+] Last played host

This commit is contained in:
Azalea
2024-04-22 11:17:16 -04:00
parent 4a84a9ed8e
commit f6cf157930
6 changed files with 11 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ class WaccaUser : BaseEntity(), IUserData {
@Convert(converter = IntegerListConverter::class)
var friendViews: MutableList<Int> = mutableListOf(0, 0, 0)
@Column(length = 50)
override var lastClientId = ""
@Column(length = 50)
override var lastRomVersion = "1.0.0"
@Convert(converter = IntegerListConverter::class)
var lastSongInfo: MutableList<Int> = mutableListOf(0, 0, 0, 0, 0)