上传新的package
This commit is contained in:
20
Assets/01.HybridCLR/Editor/Meta/AssemblyCache.cs
Normal file
20
Assets/01.HybridCLR/Editor/Meta/AssemblyCache.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using dnlib.DotNet;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
|
||||
namespace HybridCLR.Editor.Meta
|
||||
{
|
||||
public class AssemblyCache : AssemblyCacheBase
|
||||
{
|
||||
|
||||
public AssemblyCache(IAssemblyResolver assemblyResolver) : base(assemblyResolver)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user