mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
5 lines
136 B
C#
5 lines
136 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Robust.Server")]
|
|
[assembly: InternalsVisibleTo("Robust.Client")]
|