[+] Wacca: More database fields

This commit is contained in:
Azalea
2024-03-29 00:24:02 -04:00
parent aa1caacfd6
commit abc21badb1
5 changed files with 44 additions and 24 deletions

View File

@@ -84,7 +84,6 @@ data class GenericItemMeta(
// Here are some interfaces to generalize across multiple games
interface IGenericUserData {
val userName: String
val iconId: Int
val playerRating: Int
val highestRating: Int
val firstPlayDate: Any