mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
Added kdoc for RDLevel.
This commit is contained in:
@@ -3,6 +3,9 @@ package cn.rdlevel.rdkt.core
|
|||||||
import cn.rdlevel.rdkt.core.settings.LevelSettings
|
import cn.rdlevel.rdkt.core.settings.LevelSettings
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A Rhythm Doctor custom level representation.
|
||||||
|
*/
|
||||||
@Serializable
|
@Serializable
|
||||||
public data class RDLevel(
|
public data class RDLevel(
|
||||||
public val settings: LevelSettings,
|
public val settings: LevelSettings,
|
||||||
|
|||||||
Reference in New Issue
Block a user