forked from Cookies_Github_mirror/AquaDX
[+] Wacca username character constraint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user