mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
ee9a600f66
* class to create test functions * generated test folder * generated attribute tests * adding out function and long type * generated test file * using OneTimeSetUp to make tests run faster
10 lines
434 B
C#
10 lines
434 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Mirror.Tests.Common")]
|
|
[assembly: InternalsVisibleTo("Mirror.Tests")]
|
|
[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")]
|