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