mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
8 lines
208 B
C#
8 lines
208 B
C#
using System.Runtime.CompilerServices;
|
|
using NUnit.Framework;
|
|
|
|
// So it can use RobustServerSimulation.
|
|
[assembly: InternalsVisibleTo("Robust.Benchmarks")]
|
|
|
|
[assembly: Parallelizable(ParallelScope.Fixtures)]
|