mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-09-14 05:02:17 +02: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")]
|