This commit is contained in:
2025-11-12 14:22:04 +08:00
parent 7c8bb4b46c
commit 7aeda74f41
15 changed files with 280 additions and 129 deletions

View File

@@ -24,7 +24,7 @@ namespace Stary.Evo.TableTextConversion
public IAudioTableDataCore AudioTableCore;
public IUITableDataCore UITableCore;
public IVideoTableDataCore VideoTableCore;
#if YooAssets
// 私有构造函数,防止外部实例化
private TableSystem()
{
@@ -32,6 +32,7 @@ namespace Stary.Evo.TableTextConversion
UITableCore = new UITableDataCore();
VideoTableCore = new VideoTableDataCore();
}
#endif
public void Dispose()
{