From b749951b157ddd84129607eb9f87bf70b5372ec7 Mon Sep 17 00:00:00 2001 From: NoMathExpectation <85624722+NoMathExpectation@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:35:50 +0800 Subject: [PATCH] Fix typo. --- .../kotlin/cn/rdlevel/rdkt/core/settings/LevelSettings.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/settings/LevelSettings.kt b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/settings/LevelSettings.kt index 9c38d98..aef06d7 100644 --- a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/settings/LevelSettings.kt +++ b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/settings/LevelSettings.kt @@ -16,7 +16,7 @@ import kotlin.random.Random @Serializable public class LevelSettings { /** - * The version of the level. Currently, it is set to [64][CURRENT_LEVEL_VERSION]. + * The version of the level. Currently, it is set to [66][CURRENT_LEVEL_VERSION]. * * This library currently does not support levels with other versions. * If you want to use levels with other versions, please use the level editor to convert them to a supported version.