实现第一个输出beat左对齐

This commit is contained in:
2025-04-24 21:05:14 +08:00
parent 65dc344f79
commit 6cb66cde36
4 changed files with 67 additions and 23 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ namespace RDTKEditor.Models
internal class RDTKView
{
private RDLevel? Level { get; set; }
public RDLevel? Level { get; set; }
public RDTKView()
{
}