mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Move some of Robust.Shared to a new project so it can be depended upon without adding longer dependency chains.
7 lines
248 B
C#
7 lines
248 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Robust.Client")]
|
|
[assembly: InternalsVisibleTo("Robust.Client.Graphics.Rhi")]
|
|
[assembly: InternalsVisibleTo("Robust.Server")]
|
|
[assembly: InternalsVisibleTo("Robust.Shared")]
|