GameUserData

class GameUserData(var userLevel: Int) : ValueObject

Constructors

Link copied to clipboard
constructor(userLevel: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun mergeWith(userData: GameUserData)
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String