Update AssemblyInfo

增加运行时代码扩展支持。
pull/36/head
hevinci 2022-08-12 17:34:12 +08:00
parent a422bcc858
commit 631547f8c7
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("YooAsset.Editor")] [assembly: InternalsVisibleTo("YooAsset.Editor")]
[assembly: InternalsVisibleTo("YooAsset.EditorExtension")] [assembly: InternalsVisibleTo("YooAsset.EditorExtension")]
[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")]

View File

@ -6,7 +6,7 @@ using UnityEngine.SceneManagement;
namespace YooAsset namespace YooAsset
{ {
public static class YooAssets public static partial class YooAssets
{ {
/// <summary> /// <summary>
/// 运行模式 /// 运行模式