Known

data class Known(val id: String) : LevelId

Represents a known level identifier with a specific ID string.

Since

0.0.86

Parameters

id

The unique string identifier for the level

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String