mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-11-01 01:27:40 +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")]
|