This commit is contained in:
CortexCore
2024-06-11 17:16:34 +08:00
parent 0e1bf20595
commit 01b19130a9
8 changed files with 161 additions and 3 deletions

View File

@@ -122,6 +122,7 @@ namespace BITKit.GameEditor
ExportData(exportPath);
BIT4Log.Log<ScriptableObjectGroupEditor<T>>($"导出成功:{exportPath}");
}
protected virtual void ExportData(string path)
{