[+] Wacca username character constraint

This commit is contained in:
Azalea
2024-04-01 21:54:54 -04:00
parent de649915e2
commit 646795b753
7 changed files with 21 additions and 23 deletions

View File

@@ -80,7 +80,7 @@ data class GenericItemMeta(
// Here are some interfaces to generalize across multiple games
interface IUserData {
val id: Long
val userName: String
var userName: String
val playerRating: Int
val highestRating: Int
val firstPlayDate: Any