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