正在为RScript更新内容(已通过编译)

This commit is contained in:
2025-10-27 20:24:15 +08:00
parent b85f6699a0
commit 6dcf842e25
35 changed files with 598 additions and 1019 deletions

View File

@@ -13,7 +13,6 @@ namespace Demo.Game
public bool IsCreateNewProject = false;
public Dictionary<string, Type> ScriptableObjectTypen = new();
public bool IsAutoPlay = false;
public ProjectDefaultFileStyle CurrentProjectDefaultFileStyle = default;
[Header("Timeline")]
public Action<float, float> SetupSongDuration;
public Action<float> SetSongCurrentTime;