You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
606 B
13 lines
606 B
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Mirror.Tests.Common")]
|
|
[assembly: InternalsVisibleTo("Mirror.Tests")]
|
|
// need to use Unity.*.CodeGen assembly name to import Unity.CompilationPipeline
|
|
// for ILPostProcessor tests.
|
|
[assembly: InternalsVisibleTo("Unity.Mirror.Tests.CodeGen")]
|
|
[assembly: InternalsVisibleTo("Mirror.Tests.Generated")]
|
|
[assembly: InternalsVisibleTo("Mirror.Tests.Runtime")]
|
|
[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Editor")]
|
|
[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Runtime")]
|
|
[assembly: InternalsVisibleTo("Mirror.Editor")]
|