7 lines
183 B
C#
7 lines
183 B
C#
|
using System.Reflection;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
|
||
|
[assembly: AssemblyCompany("Unity Technologies")]
|
||
|
|
||
|
[assembly: InternalsVisibleTo("Unity.Addressables.Samples.Tests")]
|