Refactoring Rendering backend
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Reflection;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
|
||||
public static partial class AssetDatabase
|
||||
{
|
||||
private static readonly Dictionary<string, Type> _importerTypeLookup = new();
|
||||
|
||||
Reference in New Issue
Block a user