Files
GhostEngine/Ghost.Editor.Core/AssetHandle/ImporterSettings.cs
2026-01-27 14:39:00 +09:00

5 lines
86 B
C#

namespace Ghost.Editor.Core.AssetHandle;
internal abstract class ImporterSettings
{
}