mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-09-15 14:52:26 +02:00
5 lines
147 B
C#
5 lines
147 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Content.Tests")]
|
|
[assembly: InternalsVisibleTo("Content.IntegrationTests")]
|