update assembly

This commit is contained in:
何冠峰
2025-03-08 15:51:27 +08:00
parent 8ccd7e552c
commit b84800a905
6 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("YooAsset.Editor")]
[assembly: InternalsVisibleTo("YooAsset.EditorExtension")]
[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")]
[assembly: InternalsVisibleTo("YooAsset.Test.Editor")]
[assembly: InternalsVisibleTo("Assembly-CSharp-Editor")]