WuhuIslandTesting/Library/PackageCache/com.unity.addressables@1.21.12/Runtime/AssemblyInfo.cs

12 lines
392 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyCompany("Unity Technologies")]
#if UNITY_EDITOR
[assembly: InternalsVisibleTo("Unity.Addressables.Editor")]
[assembly: InternalsVisibleTo("Unity.Addressables.Editor.Tests")]
#endif
[assembly: InternalsVisibleTo("Unity.Addressables.Tests")]
[assembly: InternalsVisibleTo("Unity.Addressables.Samples.Tests")]