Updated level version to 66.

This commit is contained in:
2026-03-03 01:44:55 +08:00
parent 5d2a385d3c
commit 485b172ce9
@@ -197,7 +197,7 @@ public class LevelSettings {
/**
* The current level version the level editor is using.
*/
public const val CURRENT_LEVEL_VERSION: Int = 64
public const val CURRENT_LEVEL_VERSION: Int = 66
}
}