mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-30 13:07:10 +01:00
5 lines
173 B
C#
5 lines
173 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")]
|
|
[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")]
|