LevelUpdateResponse

@Serializable
data class LevelUpdateResponse(val success: Boolean = true, val level: String)(source)

Constructors

Link copied to clipboard
constructor(success: Boolean = true, level: String)

Properties

Link copied to clipboard
Link copied to clipboard