上传新的package
This commit is contained in:
13
Assets/01.HybridCLR/Editor/Meta/IAssemblyResolver.cs
Normal file
13
Assets/01.HybridCLR/Editor/Meta/IAssemblyResolver.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HybridCLR.Editor.Meta
|
||||
{
|
||||
public interface IAssemblyResolver
|
||||
{
|
||||
string ResolveAssembly(string assemblyName, bool throwExIfNotFind);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user