Improve AssetDatabase performance.

This commit is contained in:
2026-01-29 20:37:45 +09:00
parent e71851550b
commit 9f05944d81
10 changed files with 140 additions and 183 deletions

View File

@@ -1,5 +1,5 @@
namespace Ghost.Editor.Core.AssetHandle;
internal abstract class ImporterSettings
public abstract class ImporterSettings
{
}
}