mirror of https://github.com/tuyoogame/YooAsset
Update HandleFactory.cs
parent
cdbedee705
commit
772ba484eb
|
@ -5,7 +5,7 @@ namespace YooAsset
|
|||
{
|
||||
internal static class HandleFactory
|
||||
{
|
||||
private static readonly Dictionary<Type, Func<ProviderOperation, HandleBase>> _handleFactory = new()
|
||||
private static readonly Dictionary<Type, Func<ProviderOperation, HandleBase>> _handleFactory = new Dictionary<Type, Func<ProviderOperation, HandleBase>>()
|
||||
{
|
||||
{ typeof(AssetHandle), op => new AssetHandle(op) },
|
||||
{ typeof(SceneHandle), op => new SceneHandle(op) },
|
||||
|
|
Loading…
Reference in New Issue